Skip to content

Commit 870f6d2

Browse files
package version
1 parent ae65cba commit 870f6d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crisp_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
print("ROS2 should be installed and sourced!")
77

88

9-
__version__ = "1.0.0"
9+
__version__ = "0.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "crisp-py"
3-
version = "1.0.0"
3+
version = "0.1.0"
44
description = "Simple python interface to control robots that use crisp_controllers and other ROS2 components."
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)