diff --git a/doxy/__init__.py b/doxy/__init__.py index 260c070..f9aa3e1 100644 --- a/doxy/__init__.py +++ b/doxy/__init__.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.3.2" diff --git a/pyproject.toml b/pyproject.toml index f712d46..c203c88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,11 @@ [tool.poetry] name = "doxy" -version = "0.3.1" +version = "0.3.2" description = "" authors = ["jpk "] +readme = "README.md" +repository = "https://github.com/jaypikay/doxy" +include = ["README.md", "config.example.yml"] [tool.poetry.dependencies] python = "^3.10"