diff --git a/docs/conf.py b/docs/conf.py index 20b36154acc9625ba4f972fb41d517134d7bb351..d065884f772ae302aa25d5de0dac6698e310f427 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "3.0" # The full version, including alpha/beta/rc tags -release = "3.0b0" +release = "3.0b1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 045ef0f53bd2d9e5ac75c004c5a767edf8ae2bdf..757325b8d00752f94233484f9fff7b33e7cfe4d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "3.0b0" +version = "3.0b1" packages = [ { include = "aleksis" } ]