Skip to content

Commit 6493c95

Browse files
committed
Bump version: 0.35.3 → 0.35.4
1 parent 2879453 commit 6493c95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.35.3'
10+
__version__ = '0.35.4'
1111
__author__ = 'Ritvik Nag'
1212
__author_email__ = 'me@ritviknag.com'
1313
__license__ = 'Apache 2.0'

setup.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.35.3
2+
current_version = 0.35.4
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)