Skip to content

Commit

Permalink
🔖 Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lgienapp committed Aug 31, 2022
1 parent 69f64a3 commit 31f143b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = 'aquarel'
copyright = '2022, Lukas Gienapp'
author = 'Lukas Gienapp'
release = '0.0.3'
release = '0.0.4'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file = README.md
description-file = README.md
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.3',
version='0.0.4',
license='MIT',
description='Lightweight templating engine for matplotlib',
long_description=long_description,
Expand All @@ -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.3.tar.gz",
download_url="https://github.com/lgienapp/aquarel/archive/refs/tags/v0.0.4.tar.gz",
)

0 comments on commit 31f143b

Please sign in to comment.