Skip to content

Commit

Permalink
Release version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Mar 5, 2018
1 parent f85fcb0 commit 8a91070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxsniff/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__all__ = ['__version__', '__version_info__']

__version__ = '0.3.dev3'
__version__ = '0.3.3'
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])

0 comments on commit 8a91070

Please sign in to comment.