diff --git a/package.json b/package.json index 8a5bf26..df89028 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,5 @@ "ruff": "poetry run ruff check .", "test": "poetry run pytest" }, - "version": "0.0.5" + "version": "0.0.6" } diff --git a/pyproject.toml b/pyproject.toml index 188f2c9..9e81160 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "minchoc" -version = "0.0.5" +version = "0.0.6" authors = ["Andrew Udvare "] description = "Short description of project for PyPI etc." license = "MIT"