Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hhsecond committed May 5, 2020
1 parent 0907c0e commit ec01cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ml2rt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '0.1.2'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ numpy==1.16.4
onnx==1.5.0
pyspark==2.4.3
sklearn
tensorflow==1.15.0
tensorflow==1.15.2
torch==1.1.0


0 comments on commit ec01cff

Please sign in to comment.