From ff2a7ed50503333ee15cb4ad6a8713e3a4a55324 Mon Sep 17 00:00:00 2001 From: Lukas Gienapp Date: Thu, 23 Jan 2025 22:24:23 +0100 Subject: [PATCH] :bookmark: Release v0.0.7 --- docs/source/conf.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ceecd3e..141abfd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ project = 'aquarel' copyright = '2024, Lukas Gienapp' author = 'Lukas Gienapp' -release = '0.0.6' +release = '0.0.7' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 83d65ca..beefcd9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='aquarel', packages=['aquarel'], - version='0.0.6', + version='0.0.7', license='MIT', description='Lightweight templating engine for matplotlib', long_description=long_description, @@ -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.6.tar.gz", + download_url="https://github.com/lgienapp/aquarel/archive/refs/tags/v0.0.7.tar.gz", )