From e59e81487411c0419d456fd14fa9a894b84d6503 Mon Sep 17 00:00:00 2001 From: Michael Su Date: Mon, 24 Nov 2014 02:15:11 -0800 Subject: [PATCH] Bumped version to 0.1.1 for python 3 compatibility. --- docs/changelog.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0980986..a450b67 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,10 @@ Changelog ========= +Version 0.1.1 +------------- +- Added Python 3 support + Version 0.1 ----------- - First public release diff --git a/setup.py b/setup.py index 69b0bc1..b56e4ed 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='prophet', - version='0.1.0', + version='0.1.1', install_requires=[ "pytz>=2014.9", "pandas>=0.15.1",