Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyken committed Mar 4, 2024
1 parent e158b7a commit 577782d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyelectroluxocp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Python package wrapper around Electrolux OneApp (OCP) api."""

__all__ = ["OneAppApi"]
__version__ = "0.0.12"
__version__ = "0.0.13"

from .oneAppApi import OneAppApi

0 comments on commit 577782d

Please sign in to comment.