Skip to content

Commit

Permalink
Fix-a1-import (#8)
Browse files Browse the repository at this point in the history
* fix(a1): import

* chore: bump version
  • Loading branch information
rokam authored May 21, 2024
1 parent 83c8382 commit 325369f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion midealocal/devices/a1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from enum import StrEnum
except ImportError:
from ...backports.enum import StrEnum
from sdevice import MideaDevice
from ...device import MideaDevice

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="midea-local",
version="1.0.1",
version="1.0.2",
author="rokam",
author_email="lucas@mindello.com.br",
description="Control your Midea M-Smart appliances via local area network",
Expand Down

0 comments on commit 325369f

Please sign in to comment.