Skip to content

Commit fc75669

Browse files
committed
Release 2.1.1
1 parent a5016d9 commit fc75669

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,10 @@ docs = [
3939

4040
[tool.hatch.version]
4141
path = "src/powersensor_local/__init__.py"
42+
43+
[tool.hatch.build.targets.wheel]
44+
only-packages = true
45+
46+
[tool.hatch.build.targets.sdist]
47+
include = ["src/**", "docs/**", "tests/**", "scripts/**"]
48+
exclude = [ "tests/.coverage" ]

src/powersensor_local/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'PlugListenerTcp',
4242
'PlugListenerUdp'
4343
]
44-
__version__ = "2.1.0"
44+
__version__ = "2.1.1"
4545
from .devices import PowersensorDevices
4646
from .legacy_discovery import LegacyDiscovery
4747
from .plug_api import PlugApi

0 commit comments

Comments
 (0)