Skip to content

Commit 9733e47

Browse files
committed
BUMP-VERSION: 0.6.2 (was: 0.6.1)
1 parent 014f1a2 commit 9733e47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.1
2+
current_version = 0.6.2
33
files = setup.py parse_type/__init__.py .bumpversion.cfg
44
commit = False
55
tag = False

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GOALS:
1010
* Drop support for Python 2.7
1111
* Support Python >= 3.7 (probably)
1212

13-
Version: 0.6.2 (UNRELEASED)
13+
Version: 0.6.2 (2023-07-04)
1414
-------------------------------------------------------------------------------
1515

1616
FIXES:

parse_type/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from parse_type.builder import TypeBuilder, build_type_dict
1212

1313
__all__ = ["Cardinality", "TypeBuilder", "build_type_dict"]
14-
__version__ = "0.6.1"
14+
__version__ = "0.6.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def find_packages_by_root_package(where):
5353
# -----------------------------------------------------------------------------
5454
setup(
5555
name = "parse_type",
56-
version = "0.6.1",
56+
version = "0.6.2",
5757
author = "Jens Engel",
5858
author_email = "jenisys@noreply.github.com",
5959
url = "https://github.com/jenisys/parse_type",

0 commit comments

Comments
 (0)