Skip to content

Commit bd4864a

Browse files
committed
🔖 Bump version: 1.0.3 → 1.0.4
1 parent 7adc41c commit bd4864a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[bumpversion]
2-
current_version = 1.0.3
2+
current_version = 1.0.4
33
commit = True
44
message = :bookmark: Bump version: {current_version} → {new_version}
55
tag = True
66

77
[bumpversion:file:ros_conda_wrapper_rc]
8-

ros_conda_wrapper_rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export ROS_CONDA_WRAPPER=true
99
# Set Global variables
1010
ROS_CONDA_WRAPPER_PROGNAME="ROS Conda wrapper"
1111
ROS_CONDA_WRAPPER_ERROR=false
12-
ROS_CONDA_WRAPPER_VERSION="1.0.3"
12+
ROS_CONDA_WRAPPER_VERSION="1.0.4"
1313
ROS_CONDA_CONFIG_FILE_NAME="${HOME}/.ros_conda_wrapper_rc_cfg"
1414
ROS_CONDA_ROS_PYTHONPATH_BACKUP=()
1515

0 commit comments

Comments
 (0)