Skip to content

Commit

Permalink
BUMP-VERSION: 0.6.2 (was: 0.6.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisys committed Jul 4, 2023
1 parent 014f1a2 commit 9733e47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.1
current_version = 0.6.2
files = setup.py parse_type/__init__.py .bumpversion.cfg
commit = False
tag = False
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GOALS:
* Drop support for Python 2.7
* Support Python >= 3.7 (probably)

Version: 0.6.2 (UNRELEASED)
Version: 0.6.2 (2023-07-04)
-------------------------------------------------------------------------------

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

__all__ = ["Cardinality", "TypeBuilder", "build_type_dict"]
__version__ = "0.6.1"
__version__ = "0.6.2"
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.6.1",
version = "0.6.2",
author = "Jens Engel",
author_email = "[email protected]",
url = "https://github.com/jenisys/parse_type",
Expand Down

0 comments on commit 9733e47

Please sign in to comment.