diff --git a/pyproject.toml b/pyproject.toml index 806ea65..c532531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sagemcom_api" -version = "1.0.0" +version = "1.0.1" description = "Python client to interact with SagemCom F@st routers via internal API's." authors = ["Mick Vleeshouwer "] license = "MIT" diff --git a/sagemcom_api/__init__.py b/sagemcom_api/__init__.py index 5043eb3..d97b5ca 100644 --- a/sagemcom_api/__init__.py +++ b/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"