Skip to content

Commit 70c44bb

Browse files
committed
matching the versions. and exporting everything
1 parent 069772b commit 70c44bb

File tree

8 files changed

+11
-5
lines changed

8 files changed

+11
-5
lines changed
0 Bytes
Binary file not shown.

dist/fluss_api-0.1.9.4.tar.gz

6 Bytes
Binary file not shown.
2 KB
Binary file not shown.

dist/fluss_api-0.1.9.5.tar.gz

3.4 KB
Binary file not shown.

fluss_api/__init__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
#__init__.py
2-
from .main import FlussApiClient, FlussApiClientAuthenticationError, FlussApiClientCommunicationError,FlussApiClientError, FlussDeviceError
2+
from .main import (
3+
FlussApiClient,
4+
FlussApiClientAuthenticationError,
5+
FlussApiClientCommunicationError,
6+
FlussApiClientError,
7+
FlussDeviceError,
8+
)

fluss_api/fluss_api.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.2
22
Name: fluss_api
3-
Version: 0.1.9.4
3+
Version: 0.1.9.5
44
Summary: Fluss+ API Client
55
Author: Marcello Jardim
66
Author-email: marcello@fluss.io

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fluss_api"
7-
version = "0.1.9.4"
7+
version = "0.1.9.5"
88
description = "Fluss+ API Client"
99
readme = "README.md"
1010
requires-python = ">=3.7"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="fluss_api",
5-
version="0.1.9.2",
5+
version="0.1.9.5",
66
packages= find_packages(),
77
install_requires =[
88

@@ -12,7 +12,7 @@
1212
description='A library to integrate the Fluss API into Home Assistant',
1313
classifiers=[
1414
'Programming Language :: Python :: 3',
15-
'License :: OSI Approved :: MIT License', # License type
15+
'License :: OSI Approved :: MIT License',
1616
'Operating System :: OS Independent',
1717
],
1818
python_requires='>=3.10',

0 commit comments

Comments
 (0)