From 876bda8672b7096049ca0a4ea6b902a2e14b84d1 Mon Sep 17 00:00:00 2001 From: dmarzoug Date: Sat, 7 Sep 2024 00:36:03 +0200 Subject: [PATCH] version update --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 922d380..df6757d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "biorobot" -version = "0.2.1" +version = "0.2.2" authors = [ { name = "Dries Marzougui", email = "dries.marzougui@gmail.com" }, ] diff --git a/setup.py b/setup.py index c2a8e75..23ecd0a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='biorobot', - version='0.2.1', + version='0.2.2', description='The Bio-inspired Robotics Testbed.', long_description=readme, url='https://github.com/Co-Evolve/brb',