Skip to content

Commit

Permalink
Fix missing top-level import
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Nov 19, 2019
1 parent f926906 commit 9039e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeconnect/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .api import HomeConnect
from .api import HomeConnect, HomeConnectAPI
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
LONG_DESCRIPTION = f.read()

setup(name='homeconnect',
version='0.3',
version='0.3.1',
author='David M. Straub',
author_email='[email protected]',
url='https://github.com/DavidMStraub/homeconnect',
Expand Down

0 comments on commit 9039e7d

Please sign in to comment.