Skip to content

Commit

Permalink
Update __version__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qubvel authored Sep 28, 2019
1 parent 87691e4 commit 127f930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions segmentation_models_pytorch/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 0, 2)
VERSION = (0, 0, 3)

__version__ = '.'.join(map(str, VERSION))
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 127f930

Please sign in to comment.