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"