From b6d15542433517bc27e51c54b28b22d949272b7e Mon Sep 17 00:00:00 2001 From: Giovane Costa Date: Wed, 8 Nov 2023 15:41:20 -0300 Subject: [PATCH] Bump to v0.0.3 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c43b4ef..5cfff41 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,7 +7,7 @@ author = 'Giovane Costa' release = '0.0' -version = '0.0.2' +version = '0.0.3' # -- General configuration diff --git a/pyproject.toml b/pyproject.toml index e2800fd..a9129cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "awesome_git_mosaic" -version = "0.0.2" +version = "0.0.3" description = "An awesome tool to write small texts on GitHub mosaic" authors = ["Giovane Costa "] license = "MIT License"