diff --git a/setup.py b/setup.py index a0be98a..39aada4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='aquarel', packages=['aquarel'], - version='0.0.2', + version='0.0.3', license='MIT', description='Lightweight templating engine for matplotlib', long_description=long_description, @@ -30,5 +30,5 @@ 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', ], - download_url="https://github.com/lgienapp/aquarel/archive/refs/tags/v0.0.1.tar.gz", + download_url="https://github.com/lgienapp/aquarel/archive/refs/tags/v0.0.3.tar.gz", ) \ No newline at end of file