We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fbec2 commit b374451Copy full SHA for b374451
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sagemcom_api"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "Python client to interact with SagemCom F@st routers via internal API's."
5
authors = ["Mick Vleeshouwer <mick@imick.nl>"]
6
license = "MIT"
sagemcom_api/__init__.py
@@ -1,2 +1,2 @@
"""Package to communicate with Sagemcom F@st internal APIs."""
-__version__ = "1.0.0"
+__version__ = "1.0.1"
0 commit comments