Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgckind committed Oct 5, 2016
1 parent 0971119 commit 20bc927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""isoforest version"""

version_tag = (1, 0, 0, 'dev-1eb1a42')
version_tag = (1, 0, 1)
__version__ = '.'.join(map(str, version_tag[:3]))

if len(version_tag) > 3:
Expand Down

0 comments on commit 20bc927

Please sign in to comment.