From a3a345efee3c79f00e3844a92f5bcf47f2865c8a Mon Sep 17 00:00:00 2001 From: Jacob Reinhold <5241441+jcreinhold@users.noreply.github.com> Date: Wed, 19 Jan 2022 11:56:56 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- tiramisu_brulee/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e1727b3..9313f61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True diff --git a/tiramisu_brulee/__init__.py b/tiramisu_brulee/__init__.py index b61691c..ba213c2 100644 --- a/tiramisu_brulee/__init__.py +++ b/tiramisu_brulee/__init__.py @@ -5,7 +5,7 @@ __url__ = "https://github.com/jcreinhold/tiramisu-brulee" __author__ = """Jacob Reinhold""" __email__ = "jcreinhold@gmail.com" -__version__ = "0.2.0" +__version__ = "0.2.1" __license__ = "Apache-2.0" __copyright__ = "Copyright 2021 Jacob Reinhold"