From 1e6ac050f2b2670ab4a94cc7e59bec747e38cc07 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 4 Aug 2022 08:42:09 +0200 Subject: Start working on release 0.0.3 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 15386c4..6467aa9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ copyright = '2022, Elena Grandi' author = 'Elena “of Valhalla” Grandi' # The full version, including alpha/beta/rc tags -release = '0.0.2' +release = '0.0.3' # The major project version version = '0.0' diff --git a/setup.py b/setup.py index 6a6669e..4452491 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except IOError: setup( name='hazwaz', - version='0.0.2', + version='0.0.3', packages=find_packages(), test_suite='tests', install_requires=[], -- cgit v1.2.3