Skip to content

Commit 1534a6c

Browse files
increment version
1 parent fecbc95 commit 1534a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='shm-modbus-gui',
6-
version='1.0.1',
6+
version='1.0.2',
77
description='gui for shm-modbus',
88
license='GPLv3',
99
author='Nikolas Koesling',

src/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP_NAME = "shm-modbus-gui"
2-
VERSION = "1.0.1"
2+
VERSION = "1.0.2"
33

44
NAME_REGEX = r"^(\d|[a-z]|[A-Z]|\.|:|-|_)*$"
55
BYTE_REGEX = (r"(([0-9])|([1-9][0-9])|(1[0-9][0-9])|(2[0-4][0-9])|(25[0-5]))((,{1,2}(([0-9])|([1-9][0-9])|(1[0-9]["

0 commit comments

Comments
 (0)