Skip to content

Commit b374451

Browse files
committed
Bump version to 1.0.1
1 parent f4fbec2 commit b374451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sagemcom_api"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Python client to interact with SagemCom F@st routers via internal API's."
55
authors = ["Mick Vleeshouwer <mick@imick.nl>"]
66
license = "MIT"

sagemcom_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package to communicate with Sagemcom F@st internal APIs."""
2-
__version__ = "1.0.0"
2+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)