From 69ec2ccd0b1c3324b17fc8e7b2a50ba14128e9f8 Mon Sep 17 00:00:00 2001 From: Ritvik Nag Date: Sun, 10 Nov 2024 00:25:05 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.26.1=20=E2=86=92=200.27.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 e45a1ab4..9ef2a3d6 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.26.1' +__version__ = '0.27.0' __author__ = 'Ritvik Nag' __author_email__ = 'rv.kvetch@gmail.com' __license__ = 'Apache 2.0' diff --git a/setup.cfg b/setup.cfg index 993ca55b..d299b1ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.26.1 +current_version = 0.27.0 commit = True tag = True