diff --git a/docs/conf.py b/docs/conf.py index 136f619aebbbcefc457b9e1d316c6aa70b670e7a..1ebbbfec77d817c9285b758508228d1d5f5c692a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,9 +29,9 @@ copyright = "2019, 2020, AlekSIS team" author = "AlekSIS team" # The short X.Y version -version = "2.0" +version = "2.1" # The full version, including alpha/beta/rc tags -release = "2.0b0" +release = "2.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index a377c6c6b437eecce7c18a809e959e5465fba2f7..6d268182de4d4fe423cc6a61be76bdf7b33713e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.1.dev0" +version = "2.1" packages = [ { include = "aleksis" } ]