Skip to content

Commit

Permalink
set version number to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Jun 14, 2019
1 parent 9a1cd79 commit 0c2b519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gluonts/__init__.py
Expand Up @@ -15,5 +15,5 @@

from pkgutil import extend_path

__version__ = '0.2.0dev'
__version__ = '0.1.4'
__path__ = extend_path(__path__, __name__) # type: ignore

0 comments on commit 0c2b519

Please sign in to comment.