Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeprag committed May 27, 2020
1 parent 48e0215 commit a1b3d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyzwave/__init__.py
Expand Up @@ -2,6 +2,6 @@

MAJOR_VERSION = 0
MINOR_VERSION = 2
PATCH_VERSION = 0
PATCH_VERSION = 1
__short_version__ = "{}.{}".format(MAJOR_VERSION, MINOR_VERSION)
__version__ = "{}.{}".format(__short_version__, PATCH_VERSION)

0 comments on commit a1b3d84

Please sign in to comment.