From c724a0c288e1fde07f8863243d899c0a2fb635e2 Mon Sep 17 00:00:00 2001 From: Ritvik Nag Date: Sat, 27 Nov 2021 17:10:42 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.20.0=20=E2=86=92=200.20.1?= 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 da44a381..9178153d 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.20.0' +__version__ = '0.20.1' __author__ = 'Ritvik Nag' __author_email__ = 'rv.kvetch@gmail.com' __license__ = 'Apache 2.0' diff --git a/setup.cfg b/setup.cfg index d11c4c34..3a525245 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.20.0 +current_version = 0.20.1 commit = True tag = True