Skip to content

Commit

Permalink
Update __version__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienShui committed Nov 4, 2020
1 parent eae7388 commit 2fa25a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow_network/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'flow-network'
__description__ = 'Flow Network Python Library'
__url__ = 'https://github.com/LucienShui/flow-network'
__version_info__ = (0, 1, 9)
__version_info__ = (0, 1, 10)
__version__ = '.'.join(map(str, __version_info__))
__build__ = eval(f"0x{''.join(map(lambda x: f'{int(x):02d}', __version_info__))}")
__author__ = 'Lucien Shui'
Expand Down

0 comments on commit 2fa25a0

Please sign in to comment.