Skip to content

Commit

Permalink
Bump version: 0.4.2 → 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alvp committed Mar 24, 2020
1 parent fa6e630 commit 5c706c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.2
current_version = 0.4.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def read(*names, **kwargs):

setup(
name='rantanplan',
version='0.4.2',
version='0.4.3',
license='Apache Software License 2.0',
description='Scansion tool for Spanish texts',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/rantanplan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.4.2'
__version__ = '0.4.3'
from .core import get_scansion # noqa

0 comments on commit 5c706c3

Please sign in to comment.