Skip to content

Commit 9ede5af

Browse files
committed
Bump version: 0.27.0 → 0.28.0
1 parent a6d3eaf commit 9ede5af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dataclass_wizard/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'with initial values. Construct a dataclass schema with ' \
88
'JSON input.'
99
__url__ = 'https://github.com/rnag/dataclass-wizard'
10-
__version__ = '0.27.0'
10+
__version__ = '0.28.0'
1111
__author__ = 'Ritvik Nag'
1212
__author_email__ = 'rv.kvetch@gmail.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.27.0
2+
current_version = 0.28.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)