Skip to content

Commit 1a0a4da

Browse files
committed
Bump version: 1.2.0 → 1.3.0
1 parent a3a5a18 commit 1a0a4da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.3.0
33
commit = True
44
tag = True
55

66
[bumpversion:file:werobot/__init__.py]
7+

werobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.2.0'
1+
__version__ = '1.3.0'
22
__author__ = 'whtsky'
33
__license__ = 'MIT'
44

0 commit comments

Comments
 (0)