diff --git a/publ/__version__.py b/publ/__version__.py index b1690497..a0286c64 100644 --- a/publ/__version__.py +++ b/publ/__version__.py @@ -1,2 +1,2 @@ """ version """ -__version__ = "0.6.9" +__version__ = "0.6.10" diff --git a/pyproject.toml b/pyproject.toml index 81c4a093..1c8b8ff8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Publ" -version = "0.6.9" +version = "0.6.10" description = "A flexible web-based publishing framework" authors = ["fluffy "] license = "MIT"