Skip to content

Commit

Permalink
Bumped version to 0.1.1 for python 3 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emsu committed Nov 24, 2014
1 parent 81b908e commit e59e814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Changelog
=========

Version 0.1.1
-------------
- Added Python 3 support

Version 0.1
-----------
- First public release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='prophet',
version='0.1.0',
version='0.1.1',
install_requires=[
"pytz>=2014.9",
"pandas>=0.15.1",
Expand Down

0 comments on commit e59e814

Please sign in to comment.