Skip to content

Commit 283b3bc

Browse files
committed
Bump version to 0.9.1
1 parent 5dbcb1a commit 283b3bc

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.9.1] 2024-06-24
99

1010
* Zenodo DOI generation
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ doctest_optionflags = [
7676
# ============================================================================
7777

7878
[tool.bumpversion]
79-
current_version = "0.9.0"
79+
current_version = "0.9.1"
8080
message = "Bump version to {new_version}"
8181
commit = true
8282
tag = true

src/compas_xr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
__copyright__ = "ETH Zurich, Princeton University"
2626
__license__ = "MIT License"
2727
__email__ = "[email protected]"
28-
__version__ = "0.9.0"
28+
__version__ = "0.9.1"
2929

3030

3131
HERE = os.path.dirname(__file__)

src/compas_xr/ghpython/components/Cx_AppSettings/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Application Settings.
33
4-
COMPAS XR v0.9.0
4+
COMPAS XR v0.9.1
55
"""
66

77
from ghpythonlib.componentbase import executingcomponent as component

src/compas_xr/ghpython/components/Cx_Firebase_Config/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Settings for Firebase.
33
4-
COMPAS XR v0.9.0
4+
COMPAS XR v0.9.1
55
"""
66

77
import json

src/compas_xr/ghpython/components/Cx_GetTrajectoryRequest/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Get Trajectory Request Component.
33
4-
COMPAS XR v0.9.0
4+
COMPAS XR v0.9.1
55
"""
66

77
from compas_eve import Subscriber

src/compas_xr/ghpython/components/Cx_MqttTrajectoryResult/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Sync Result component is used to consolidate all user-defined inputs for the resulting trajectory and coordinate them into a single, unified trajectory.
55
6-
COMPAS XR v0.9.0
6+
COMPAS XR v0.9.1
77
"""
88

99
from ghpythonlib.componentbase import executingcomponent as component

src/compas_xr/ghpython/components/Cx_PlanningServiceResponse/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Planning service response.
33
4-
COMPAS XR v0.9.0
4+
COMPAS XR v0.9.1
55
"""
66

77
from compas_eve import Publisher

src/compas_xr/ghpython/components/Cx_SendTrajectory/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Gets trajectories to be executed by a robot.
55
6-
COMPAS XR v0.9.0
6+
COMPAS XR v0.9.1
77
"""
88

99
from compas_eve import Subscriber

src/compas_xr/ghpython/components/Cx_XrOptions/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Component to define COMPAS XR options.
33
4-
COMPAS XR v0.9.0
4+
COMPAS XR v0.9.1
55
"""
66

77
from ghpythonlib.componentbase import executingcomponent as component

0 commit comments

Comments
 (0)