diff options
| -rw-r--r-- | docs/source/conf.py | 2 | ||||
| -rw-r--r-- | 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' @@ -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=[], | 
