Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
den4uk committed Jul 10, 2019
1 parent 255ec1f commit 0d14723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jsonextra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__license__ = 'MIT'
__project__ = 'jsonextra'
__version__ = '0.3.0'
__version__ = '0.3.1'

from .json_extra import * # noqa
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
[bumpversion]
commit = True
current_version = 0.3.0
current_version = 0.3.1
files = jsonextra/__init__.py
tag = True
tag_name = {new_version}


[wheel]
universal = 1


[metadata]
license_file = LICENSE


[flake8]
ignore = E501
statistics = True

0 comments on commit 0d14723

Please sign in to comment.