Skip to content

Commit

Permalink
The version which was published to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibgatulin committed Aug 11, 2022
1 parent 2450594 commit 89d0a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioairq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
__email__ = "daniel.lehmann@corant.de"
__url__ = "https://www.air-q.com"
__license__ = "Apache License 2.0"
__version__ = "0.1.0"
__version__ = "0.1.1"

from aioairq.core import AirQ # to allow more direct access: `from aioairq import AirQ`

0 comments on commit 89d0a50

Please sign in to comment.