Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lgienapp committed Aug 10, 2022
1 parent 19dc879 commit 8f7e227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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",
)

0 comments on commit 8f7e227

Please sign in to comment.