Skip to content

Commit e071509

Browse files
author
Reto Trappitsch
committed
Bump version: 2.1.3 → 2.1.4
1 parent e6a4ee0 commit e071509

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.3
2+
current_version = 2.1.4
33
commit = True
44
tag = True
55

src/build/settings/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"app_name": "RIMSSchemeDrawer",
33
"author": "Reto Trappitsch",
44
"main_module": "src/main/python/main.py",
5-
"version": "2.1.3"
5+
"version": "2.1.4"
66
}

src/main/python/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self):
3838
self.rundebug = False
3939

4040
# program info
41-
self.version = '2.1.3'
41+
self.version = '2.1.4'
4242
self.author = 'Reto Trappitsch'
4343

4444
# initialize the thing

0 commit comments

Comments
 (0)