Skip to content

Commit

Permalink
BUMP-VERSION: 0.6.0 (was: 0.5.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisys committed Jan 18, 2022
1 parent 0d87c02 commit 56e916b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[bumpversion]
current_version = 0.5.6
current_version = 0.6.0
files = setup.py parse_type/__init__.py .bumpversion.cfg pytest.ini
commit = False
tag = False
allow_dirty = True

2 changes: 1 addition & 1 deletion parse_type/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from parse_type.builder import TypeBuilder, build_type_dict

__all__ = ["Cardinality", "TypeBuilder", "build_type_dict"]
__version__ = "0.5.6"
__version__ = "0.6.0"

# -----------------------------------------------------------------------------
# Copyright (c) 2012-2020 by Jens Engel (https://github/jenisys/)
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ testpaths = tests
python_files = test_*.py
junit_family = xunit2
addopts = --metadata PACKAGE_UNDER_TEST parse_type
--metadata PACKAGE_VERSION 0.5.6
--metadata PACKAGE_VERSION 0.6.0
--html=build/testing/report.html --self-contained-html
--junit-xml=build/testing/report.xml
# markers =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def find_packages_by_root_package(where):
# -----------------------------------------------------------------------------
setup(
name = "parse_type",
version = "0.5.6",
version = "0.6.0",
author = "Jens Engel",
author_email = "[email protected]",
url = "https://github.com/jenisys/parse_type",
Expand Down

0 comments on commit 56e916b

Please sign in to comment.