Skip to content

Commit

Permalink
bump patch version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiu committed Jan 5, 2023
1 parent 9f5d2bc commit a07997c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# This call to setup() does all the work
setup(
name="pytechnicolor",
version="1.1.3",
version="1.1.5",
description="Technicolor Gateway library",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion technicolorgateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

_LOGGER = logging.getLogger(__name__)

__version__ = "1.1.3"
__version__ = "1.1.5"


class TechnicolorGateway(object):
Expand Down

0 comments on commit a07997c

Please sign in to comment.