diff --git a/pyproject.toml b/pyproject.toml index a05ea169..10d025f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trojstenweb" -version = "2.11.1" +version = "2.11.2" description = "Trojsten web" authors = ["Trojsten Tech Team "] license = "MIT" diff --git a/setup.cfg b/setup.cfg index 881772b5..ee7a7aed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.11.1 +current_version = 2.11.2 commit = True tag = True @@ -14,3 +14,4 @@ ignore = F405, E226, F811, W503, E203 [pep8] max-line-length = 100 +