Skip to content

Commit

Permalink
Increment version number to v1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Michael S. Mead <mmead@thermal.com>
  • Loading branch information
Michael S. Mead committed Jun 24, 2021
1 parent e64faa9 commit 2a1fffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion seekcamera/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class SeekCameraVersion:

MAJOR = 1
MINOR = 1
PATCH = 0
PATCH = 1

def __str__(self):
return "{}.{}.{}".format(self.MAJOR, self.MINOR, self.PATCH)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setuptools.setup(
name="seekcamera-python",
version="1.1.0",
version="1.1.1",
author="Seek Thermal Incorporated",
author_email="open-source@thermal.com",
description="Seek Thermal SDK Python Language Bindings",
Expand Down

0 comments on commit 2a1fffb

Please sign in to comment.