Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiu committed Apr 19, 2023
1 parent b7cbca3 commit 891c9a8
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 @@ -11,7 +11,7 @@
# This call to setup() does all the work
setup(
name="pytechnicolor",
version="1.1.9",
version="1.1.10",
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.9"
__version__ = "1.1.10"


class TechnicolorGateway:
Expand Down

0 comments on commit 891c9a8

Please sign in to comment.