From 960ca036c08036395b1afb3486d455ef3e7d69ed Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 5 Jan 2024 00:05:04 +0100 Subject: [PATCH] Update version to 3.3.0 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"