We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a5a18 commit 1a0a4daCopy full SHA for 1a0a4da
.bumpversion.cfg
@@ -1,6 +1,7 @@
1
[bumpversion]
2
-current_version = 1.2.0
+current_version = 1.3.0
3
commit = True
4
tag = True
5
6
[bumpversion:file:werobot/__init__.py]
7
+
werobot/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '1.2.0'
+__version__ = '1.3.0'
__author__ = 'whtsky'
__license__ = 'MIT'
0 commit comments