From 927ad6da652e45e74b7745d1ffc9d3882229bb20 Mon Sep 17 00:00:00 2001 From: Ritvik Nag Date: Mon, 30 Dec 2024 17:05:41 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.33.0=20=E2=86=92=200.34.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dataclass_wizard/__version__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dataclass_wizard/__version__.py b/dataclass_wizard/__version__.py index 0bfe44a..35146ee 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 right out of the box!') __url__ = 'https://github.com/rnag/dataclass-wizard' -__version__ = '0.33.0' +__version__ = '0.34.0' __author__ = 'Ritvik Nag' __author_email__ = 'me@ritviknag.com' __license__ = 'Apache 2.0' diff --git a/setup.cfg b/setup.cfg index b370622..af30d9a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.33.0 +current_version = 0.34.0 commit = True tag = True