Skip to content

Commit

Permalink
push to version 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
starkillerOG committed Mar 21, 2021
1 parent 1dd19b6 commit 63b7f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion motionblinds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
logging.getLogger(__name__)

__title__ = "motion-blinds"
__version__ = "0.4.9"
__version__ = "0.4.10"

# Import motion_blinds module
from .motion_blinds import MotionGateway
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
README = (HERE / "README.md").read_text()

setup(name='motionblinds',
version='0.4.9',
version='0.4.10',
description='Python library for interfacing with Motion Blinds',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 63b7f00

Please sign in to comment.