Skip to content

Commit

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

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

0 comments on commit 591e198

Please sign in to comment.