diff --git a/docs/source/conf.py b/docs/source/conf.py index 3c413fe..e383e2a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ project = 'aquarel' copyright = '2022, Lukas Gienapp' author = 'Lukas Gienapp' -release = '0.0.4' +release = '0.0.5' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 53dc055..46b993c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='aquarel', packages=['aquarel'], - version='0.0.4', + version='0.0.5', license='MIT', description='Lightweight templating engine for matplotlib', long_description=long_description, @@ -31,5 +31,5 @@ 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', ], - download_url="https://github.com/lgienapp/aquarel/archive/refs/tags/v0.0.4.tar.gz", + download_url="https://github.com/lgienapp/aquarel/archive/refs/tags/v0.0.5.tar.gz", ) \ No newline at end of file