Skip to content

Commit

Permalink
Release version v0.5.2 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrisb authored Dec 1, 2021
1 parent 743fdc2 commit 3f5cf24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e3dc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@



__version__ = "0.3.0"
__version__ = "0.5.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = "0.5.0"
VERSION = "0.5.2"
NAME = "pye3dc"

install_requires = ["requests", "tzlocal", "pytz", "py3rijndael", "websocket-client", "python-dateutil"]
Expand Down

0 comments on commit 3f5cf24

Please sign in to comment.