We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ee6ea commit f79aa26Copy full SHA for f79aa26
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.36.6"
+current_version = "0.37.0"
3
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4
serialize = ["{major}.{minor}.{patch}"]
5
dataclass_wizard/__version__.py
@@ -7,7 +7,7 @@
7
__description__ = ('Lightning-fast JSON wizardry for Python dataclasses — '
8
'effortless serialization right out of the box!')
9
__url__ = 'https://github.com/rnag/dataclass-wizard'
10
-__version__ = '0.36.6'
+__version__ = '0.37.0'
11
__author__ = 'Ritvik Nag'
12
__author_email__ = 'me@ritviknag.com'
13
__license__ = 'Apache 2.0'
0 commit comments