Prepared for release.

This commit is contained in:
Fabrice Quenneville 2024-04-24 02:51:56 -04:00
parent 3ec56f4a66
commit 74b738241b
3 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
project = 'MediaCurator'
copyright = '2020, Fabrice Quenneville'
author = 'Fabrice Quenneville'
version = '0.0.1'
version = '0.0.11'
# -- General configuration ---------------------------------------------------

View File

@ -30,6 +30,7 @@ The source code can be found on `GitHub <https://github.com/fabquenneville/Media
:maxdepth: 1
:caption: Release Notes:
releasenotes/0.0.11-changelog
releasenotes/0.0.10-changelog
releasenotes/0.0.9-changelog
releasenotes/0.0.8-changelog

View File

@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools.setup(
name="MediaCurator",
version="0.0.10",
version="0.0.11",
author="Fabrice Quenneville",
author_email="fab@fabq.ca",
url="https://github.com/fabquenneville/MediaCurator",