Skip to content

Commit

Permalink
Import fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Dec 25, 2021
1 parent 5b2b306 commit 028a707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ThermiaOnlineAPI/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .api.ThermiaAPI import ThermiaAPI
from .model.WaterHeater import ThermiaWaterHeater
from api.ThermiaAPI import ThermiaAPI
from model.WaterHeater import ThermiaWaterHeater

class Thermia():
def __init__(self, username, password):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='ThermiaOnlineAPI',
packages=['ThermiaOnlineAPI'],
version='1.1',
version='1.2',
license='GPL-3.0',
description='A Python API for Thermia heat pumps using https://online.thermia.se',
author='Krisjanis Lejejs',
Expand Down

0 comments on commit 028a707

Please sign in to comment.