diff --git a/docs/source/conf.py b/docs/source/conf.py index 5cfff41..ed168f7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,8 +6,8 @@ copyright = '2023, Giovane Costa' author = 'Giovane Costa' -release = '0.0' -version = '0.0.3' +release = '0.1' +version = '0.1.0' # -- General configuration diff --git a/pyproject.toml b/pyproject.toml index a9129cd..d423762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "awesome_git_mosaic" -version = "0.0.3" +version = "0.1.0" description = "An awesome tool to write small texts on GitHub mosaic" authors = ["Giovane Costa "] license = "MIT License"