Skip to content

Commit

Permalink
Bump version: 0.12.10 → 0.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilja Orlovs committed Dec 18, 2022
1 parent 62611c5 commit 7c9da70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.10
current_version = 0.12.11
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>.*))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="OctoPrint-PSUControl-Meross",
version="0.12.10",
version="0.12.11",
description="Adds Meross Smart Plug support to OctoPrint-PSUControl",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/octoprint_psucontrol_meross/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "0.12.10"
__VERSION__ = "0.12.11"
__author__ = "Ilja Orlovs <[email protected]>"
__license__ = "GNU Affero General Public License http://www.gnu.org/licenses/agpl.html"
__copyright__ = (
Expand Down

0 comments on commit 7c9da70

Please sign in to comment.