Skip to content

Commit

Permalink
DIST: Release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fumitoh committed Feb 18, 2018
1 parent 509c9a8 commit 2b5f8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


VERSION = (0, 0, 6, 'dev')
VERSION = (0, 0, 6)
__version__ = '.'.join([str(x) for x in VERSION])
from modelx.core.api import *

0 comments on commit 2b5f8cc

Please sign in to comment.