diff --git a/dataclass_wizard/__version__.py b/dataclass_wizard/__version__.py index ca7d50e1..e56e887a 100644 --- a/dataclass_wizard/__version__.py +++ b/dataclass_wizard/__version__.py @@ -7,7 +7,7 @@ 'with initial values. Construct a dataclass schema with ' \ 'JSON input.' __url__ = 'https://github.com/rnag/dataclass-wizard' -__version__ = '0.22.2' +__version__ = '0.22.3' __author__ = 'Ritvik Nag' __author_email__ = 'rv.kvetch@gmail.com' __license__ = 'Apache 2.0' diff --git a/setup.cfg b/setup.cfg index afe994f5..d195bdee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.22.2 +current_version = 0.22.3 commit = True tag = True