diff --git a/setup.cfg b/setup.cfg index 13a26dac..c80d1cbc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index fede5fb2..6fc3ac4a 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,6 @@ packages=find_packages(include=["tuttle", "tuttle.*", "tuttle_tests"]), test_suite="tests", url="https://github.com/tuttle-dev/tuttle", - version="0.1.0", + version="0.2.0", zip_safe=False, ) diff --git a/tuttle/__init__.py b/tuttle/__init__.py index 10c482c1..7272b357 100644 --- a/tuttle/__init__.py +++ b/tuttle/__init__.py @@ -1,7 +1,7 @@ """Top-level package for tuttle.""" __author__ = """Christian Staudt""" -__version__ = "0.1.0" +__version__ = "0.2.0" from . import ( banking,