Skip to content

Commit 7aab9b3

Browse files
authored
fix: version file (#7)
1 parent 02a74b0 commit 7aab9b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# .flake8 or setup.cfg
22
[flake8]
33
max-line-length = 100
4-
exclude = .git,__pycache__,docs/,build/,dist/
4+
exclude = .git,__pycache__,docs/,build/,dist/,venv/

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>coListener</name>
5-
<version>1.0.0</version>
5+
<version>1.1.0</version>
66
<description>error code listener</description>
77
<maintainer email="[email protected]">coffee</maintainer>
88
<license>Apache-2.0 license</license>

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
1.1.0

0 commit comments

Comments
 (0)