Skip to content

Commit

Permalink
fix bad tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
den4uk committed Jun 21, 2020
1 parent 0d1e5ca commit 4ba6461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion andriller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.5.0'
__version__ = '3.4.0'
__app_name__ = 'Andriller CE'
__package_name__ = 'andriller'
__website__ = "https://github.com/den4uk/andriller" # "https://www.andriller.com"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
current_version = 3.5.0
current_version = 3.4.0
files = andriller/__init__.py
tag = True
tag_name = {new_version}
Expand All @@ -10,7 +10,7 @@ ignore = E128,E501,E731
statistics = True

[coverage:run]
omit =
omit =
andriller/windows.py
andriller/tooltips.py
andriller/__init__.py
Expand Down

0 comments on commit 4ba6461

Please sign in to comment.