Skip to content

Commit

Permalink
Change version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolgaj committed Apr 4, 2020
1 parent 997891d commit fb57bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py2/OCFit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from OC_class import OCFit
from OC_class import OCFitLoad

__version__='0.1.3'
__version__='0.1.4'

del ga
del OC_class
Expand Down
2 changes: 1 addition & 1 deletion py3/OCFit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .OC_class import OCFit
from .OC_class import OCFitLoad

__version__='0.1.3'
__version__='0.1.4'

del ga
del OC_class
Expand Down

0 comments on commit fb57bd5

Please sign in to comment.