Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Sep 19, 2020
1 parent ecc00e4 commit 446b362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion md2po/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import polib


__version__ = '0.1.9'
__version__ = '0.1.10'
__version_info__ = tuple([int(i) for i in __version__.split('.')])
__title__ = 'md2po'
__description__ = ('Tiny utility like xgettext for msgid extracting from'
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[bumpversion]
current_version = 0.1.9
current_version = 0.1.10

[bumpversion:file:md2po/__init__.py]

[coverage:report]
exclude_lines =
exclude_lines =
if __name__ == .__main__.:
except ImportError:

Expand Down

0 comments on commit 446b362

Please sign in to comment.