From 2ebc5d8b0c43eabd3dc1846544b191cefb298bfd Mon Sep 17 00:00:00 2001 From: Ritvik Nag Date: Mon, 29 Jan 2024 12:49:06 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.22.2=20=E2=86=92=200.22.3?= 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 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