Skip to content

Commit

Permalink
update the version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif committed Jan 4, 2021
1 parent e656337 commit 315301d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pytorchts',
version='0.2.0',
version='0.3.0',
description="PyTorch Probabilistic Time Series Modeling framework",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand All @@ -17,7 +17,7 @@
python_requires=">=3.6",
install_requires = [
'torch>=1.7.0',
'glounts>=0.6.4',
'glounts>=0.6.5',
'holidays',
'numpy',
'pandas>=1.1',
Expand Down

0 comments on commit 315301d

Please sign in to comment.