We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7adc41c commit bd4864aCopy full SHA for bd4864a
.bumpversion.cfg
@@ -1,8 +1,7 @@
1
[bumpversion]
2
-current_version = 1.0.3
+current_version = 1.0.4
3
commit = True
4
message = :bookmark: Bump version: {current_version} → {new_version}
5
tag = True
6
7
[bumpversion:file:ros_conda_wrapper_rc]
8
-
ros_conda_wrapper_rc
@@ -9,7 +9,7 @@ export ROS_CONDA_WRAPPER=true
9
# Set Global variables
10
ROS_CONDA_WRAPPER_PROGNAME="ROS Conda wrapper"
11
ROS_CONDA_WRAPPER_ERROR=false
12
-ROS_CONDA_WRAPPER_VERSION="1.0.3"
+ROS_CONDA_WRAPPER_VERSION="1.0.4"
13
ROS_CONDA_CONFIG_FILE_NAME="${HOME}/.ros_conda_wrapper_rc_cfg"
14
ROS_CONDA_ROS_PYTHONPATH_BACKUP=()
15
0 commit comments