diff --git a/dataclass_wizard/__version__.py b/dataclass_wizard/__version__.py index a19cced..b5a5571 100644 --- a/dataclass_wizard/__version__.py +++ b/dataclass_wizard/__version__.py @@ -7,7 +7,7 @@ __description__ = ('Lightning-fast JSON wizardry for Python dataclasses — ' 'effortless serialization with no external tools required!') __url__ = 'https://github.com/rnag/dataclass-wizard' -__version__ = '0.32.1' +__version__ = '0.33.0' __author__ = 'Ritvik Nag' __author_email__ = 'me@ritviknag.com' __license__ = 'Apache 2.0' diff --git a/setup.cfg b/setup.cfg index 10f0e3f..b370622 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.32.1 +current_version = 0.33.0 commit = True tag = True