From 04fb31e8c800ae689b5f0ad29ae95df0b683c6f2 Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 2 Jul 2020 19:05:13 +1000 Subject: [PATCH] update version for new release (#555) --- quantecon/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quantecon/version.py b/quantecon/version.py index caa4d454c..21c418197 100644 --- a/quantecon/version.py +++ b/quantecon/version.py @@ -1,4 +1,4 @@ """ This is a VERSION file and should NOT be manually altered """ -version = '0.4.7' +version = '0.4.8' diff --git a/setup.py b/setup.py index 7193a6c78..7d8627632 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ #-Write Versions File-# -VERSION = '0.4.7' +VERSION = '0.4.8' def write_version_py(filename=None): """