Skip to content

Commit f79aa26

Browse files
committed
Bump version: 0.36.6 → 0.37.0
1 parent e5ee6ea commit f79aa26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.36.6"
2+
current_version = "0.37.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55

dataclass_wizard/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__description__ = ('Lightning-fast JSON wizardry for Python dataclasses — '
88
'effortless serialization right out of the box!')
99
__url__ = 'https://github.com/rnag/dataclass-wizard'
10-
__version__ = '0.36.6'
10+
__version__ = '0.37.0'
1111
__author__ = 'Ritvik Nag'
1212
__author_email__ = 'me@ritviknag.com'
1313
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)