Skip to content

Commit

Permalink
Bump to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flomotlik committed Jun 25, 2019
1 parent 5378042 commit 688b3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion former/__init__.py
@@ -1,7 +1,7 @@
import logging
import sys

__version__ = '0.2.4'
__version__ = '0.2.5'

logger = logging.getLogger('former')
handler = logging.StreamHandler(sys.stdout)
Expand Down

0 comments on commit 688b3fa

Please sign in to comment.