Skip to content

Commit

Permalink
🔖 Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lgienapp committed Nov 10, 2022
1 parent e291cc4 commit bc156cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4'
release = '0.0.5'

# -- 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.4',
version='0.0.5',
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.4.tar.gz",
download_url="https://github.com/lgienapp/aquarel/archive/refs/tags/v0.0.5.tar.gz",
)

0 comments on commit bc156cd

Please sign in to comment.