Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Jul 9, 2019
1 parent 215fa2f commit 24aba03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python_anticaptcha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
)
AnticatpchaException = AnticaptchaException

__version__ = '0.4.0'
__version__ = '0.4.1'
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -14,3 +14,4 @@ replace = version = '{new_version}'
[bumpversion:file:python_anticaptcha/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

version = '0.4.0'
version = '0.4.1'

tests_deps = [
'nose',
Expand Down

0 comments on commit 24aba03

Please sign in to comment.