Skip to content

Commit

Permalink
🔖 Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lgienapp committed Feb 26, 2024
1 parent bc156cd commit 4b072da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'aquarel'
copyright = '2022, Lukas Gienapp'
copyright = '2024, Lukas Gienapp'
author = 'Lukas Gienapp'
release = '0.0.5'
release = '0.0.6'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
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.5',
version='0.0.6',
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.5.tar.gz",
download_url="https://github.com/lgienapp/aquarel/archive/refs/tags/v0.0.6.tar.gz",
)

0 comments on commit 4b072da

Please sign in to comment.