From 6565d6dff487ca2463472f9ec95d22805e150ed6 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 19 Jul 2022 17:00:29 +0200 Subject: [PATCH] Update version to 3.2.0 --- docs/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 33db317..88c7367 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.1.0" +release = "3.2.0" version = release diff --git a/setup.cfg b/setup.cfg index a98e981..554eaf9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nxt-python -version = 3.1.0 +version = 3.2.0 author = Nicolas Schodet author_email = nico@ni.fr.eu.org description = LEGO Mindstorms NXT Control Package