We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19dc879 commit 8f7e227Copy full SHA for 8f7e227
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
setuptools.setup(
7
name='aquarel',
8
packages=['aquarel'],
9
- version='0.0.2',
+ version='0.0.3',
10
license='MIT',
11
description='Lightweight templating engine for matplotlib',
12
long_description=long_description,
@@ -30,5 +30,5 @@
30
'License :: OSI Approved :: MIT License',
31
'Programming Language :: Python :: 3',
32
],
33
- 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",
34
)
0 commit comments