From ec758c9b2fa68afc10e96c2e23b072016d04aabe Mon Sep 17 00:00:00 2001 From: lea Date: Sat, 22 Jan 2022 11:54:54 +0000 Subject: [PATCH] bumpversion to 0.3.0 --- setup.cfg | 2 +- setup.py | 2 +- src/hearth/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index de2c723..1bd817c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 [bumpversion:file:setup.py] search = version='{current_version}' diff --git a/setup.py b/setup.py index b3c72c8..3046f1a 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/leaprovenzano/hearth', - version='0.2.0', + version='0.3.0', zip_safe=False, ) diff --git a/src/hearth/__init__.py b/src/hearth/__init__.py index 0f22a49..81fe3ef 100644 --- a/src/hearth/__init__.py +++ b/src/hearth/__init__.py @@ -4,4 +4,4 @@ __author__ = """Lea Provenzano""" __email__ = 'leaprovenzano@gmail.com' -__version__ = '0.2.0' +__version__ = '0.3.0'