Version bump 0.3.2

This commit is contained in:
jpk 2023-01-12 15:35:56 +01:00
parent 3a3460744b
commit 125b582b52
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"

View File

@ -1,8 +1,11 @@
[tool.poetry]
name = "doxy"
version = "0.3.1"
version = "0.3.2"
description = ""
authors = ["jpk <jpk@goatpr0n.de>"]
readme = "README.md"
repository = "https://github.com/jaypikay/doxy"
include = ["README.md", "config.example.yml"]
[tool.poetry.dependencies]
python = "^3.10"