Skip to content

Commit

Permalink
Bump version: 0.8.0 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 5, 2020
1 parent 458da90 commit f7632ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eox_tagging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from __future__ import unicode_literals

__version__ = '0.8.0'
__version__ = '0.9.0'
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.9.0
commit = True
tag = True

Expand Down Expand Up @@ -302,4 +302,3 @@ include_trailing_comma = True
indent = ' '
line_length = 120
multi_line_output = 3

0 comments on commit f7632ba

Please sign in to comment.