From 502e44220ca823db279da98e1efe2c9d22c6bc87 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Thu, 27 Jun 2024 09:30:26 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e5e62d..6753088 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name="robot_folders", - version="0.5.0", + version="0.6.0", python_requires=">=3", description="robot_folders is your workspace handling utility around the ROS ecosystem.", long_description=long_description,