Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bletham committed Nov 8, 2017
1 parent d3d1fcd commit 0c3f30f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: prophet
Title: Automatic Forecasting Procedure
Version: 0.2.0.9000
Date: 2017-09-02
Version: 0.2.1
Date: 2017-11-08
Authors@R: c(
person("Sean", "Taylor", email = "[email protected]", role = c("cre", "aut")),
person("Ben", "Letham", email = "[email protected]", role = "aut")
Expand Down
2 changes: 1 addition & 1 deletion python/fbprophet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

from fbprophet.forecaster import Prophet

__version__ = '0.2.dev'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def with_project_on_sys_path(self, func):

setup(
name='fbprophet',
version='0.2',
version='0.2.1',
description='Automatic Forecasting Procedure',
url='https://facebook.github.io/prophet/',
author='Sean J. Taylor <[email protected]>, Ben Letham <[email protected]>',
Expand Down

0 comments on commit 0c3f30f

Please sign in to comment.