Skip to content

Commit

Permalink
alphalogic_api 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dontsovcmc committed Mar 15, 2019
1 parent e2fa28f commit 874aafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphalogic_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

VERSION_MAJOR = 0 # (System version)
VERSION_MINOR = 0 # (Tests version)
BUILD_NUMBER = 15 # (Issues version)
BUILD_NUMBER = 16 # (Issues version)
SNAPSHOT_NUMBER = 0

__version__ = '.'.join(map(str, (VERSION_MAJOR, VERSION_MINOR, BUILD_NUMBER))) if SNAPSHOT_NUMBER == 0 \
Expand Down

0 comments on commit 874aafc

Please sign in to comment.