diff --git a/docs/conf.py b/docs/conf.py index 700c6aa..0e55c24 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Nicolas Schodet" # The full version, including alpha/beta/rc tags -release = "3.2.0" +release = "3.3.0" version = release diff --git a/pyproject.toml b/pyproject.toml index b6cf039..9e891f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nxt-python" -version = "3.2.0" +version = "3.3.0" description = "LEGO Mindstorms NXT Control Package" authors = ["Nicolas Schodet "] license = "GPL-3.0-or-later"