Skip to content

Commit 809288d

Browse files
committed
Bump motion-blinds to 0.6.29
1 parent 90afe0b commit 809288d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

motionblinds/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
logging.getLogger(__name__)
2727

2828
__title__ = "motion-blinds"
29-
__version__ = "0.6.28"
29+
__version__ = "0.6.29"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
README = (HERE / "README.md").read_text()
1212

1313
setup(name='motionblinds',
14-
version='0.6.28',
14+
version='0.6.29',
1515
description='Python library for interfacing with Motion Blinds',
1616
long_description=README,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)