Skip to content

Commit

Permalink
PyAF 5.0 Release Process #228. First release candidate. Updated the v…
Browse files Browse the repository at this point in the history
…ersion number (5.0-rc1).
  • Loading branch information
antoinecarme committed Mar 9, 2023
1 parent 71c6a3f commit ee7c364
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pyaf_long_description = fh.read()

setup(name='pyaf',
version='4.0',
version='5.0-rc1',
description='Python Automatic Forecasting',
long_description=pyaf_long_description,
long_description_content_type="text/markdown",
Expand All @@ -25,5 +25,4 @@
'matplotlib',
'pydot',
'dill',
'sqlalchemy'
])

0 comments on commit ee7c364

Please sign in to comment.