Skip to content

Commit 8f7e227

Browse files
committed
v0.0.3
1 parent 19dc879 commit 8f7e227

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setuptools.setup(
77
name='aquarel',
88
packages=['aquarel'],
9-
version='0.0.2',
9+
version='0.0.3',
1010
license='MIT',
1111
description='Lightweight templating engine for matplotlib',
1212
long_description=long_description,
@@ -30,5 +30,5 @@
3030
'License :: OSI Approved :: MIT License',
3131
'Programming Language :: Python :: 3',
3232
],
33-
download_url="https://github.com/lgienapp/aquarel/archive/refs/tags/v0.0.1.tar.gz",
33+
download_url="https://github.com/lgienapp/aquarel/archive/refs/tags/v0.0.3.tar.gz",
3434
)

0 commit comments

Comments
 (0)