aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-08-04 08:42:09 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-08-04 08:42:09 +0200
commit1e6ac050f2b2670ab4a94cc7e59bec747e38cc07 (patch)
treea20a52668f5b4f3e902fc99bedcac15912891583
parentde9b5e09b2b6189b2fb488c1df37b428c993ce52 (diff)
Start working on release 0.0.3
-rw-r--r--docs/source/conf.py2
-rw-r--r--setup.py2
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=[],