Skip to content

Commit

Permalink
Bump to v114 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 committed Nov 20, 2023
1 parent 207726e commit b47c9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pydeconz"
version = "113"
version = "114"
license = {text = "MIT"}
description = "Python library for communicating with deCONZ REST-API"
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

MIN_PY_VERSION = "3.11"
PACKAGES = find_packages(exclude=["tests", "tests.*"])
VERSION = "113"
VERSION = "114"

setup(
name="pydeconz",
Expand Down

0 comments on commit b47c9a2

Please sign in to comment.