Skip to content

Commit 2a1fffb

Browse files
author
Michael S. Mead
committed
Increment version number to v1.1.1
Signed-off-by: Michael S. Mead <mmead@thermal.com>
1 parent e64faa9 commit 2a1fffb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

seekcamera/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class SeekCameraVersion:
3232

3333
MAJOR = 1
3434
MINOR = 1
35-
PATCH = 0
35+
PATCH = 1
3636

3737
def __str__(self):
3838
return "{}.{}.{}".format(self.MAJOR, self.MINOR, self.PATCH)

setup.py

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

2424
setuptools.setup(
2525
name="seekcamera-python",
26-
version="1.1.0",
26+
version="1.1.1",
2727
author="Seek Thermal Incorporated",
2828
author_email="open-source@thermal.com",
2929
description="Seek Thermal SDK Python Language Bindings",

0 commit comments

Comments
 (0)