Skip to content

Commit

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

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

0 comments on commit e27da2b

Please sign in to comment.