Skip to content

Commit

Permalink
bump version for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
damnever committed Dec 30, 2016
1 parent 246d13b commit 9c5d27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .fmt import Fmt


version = __version__ = '0.2.2'
version = __version__ = '0.3.0'
version_info = [int(num) for num in version.split('.')]
__author__ = 'damnever (X.C Dong)'
__email__ = 'dxc.wolf@gmail.com'
Expand Down

0 comments on commit 9c5d27c

Please sign in to comment.