diff --git a/README.md b/README.md index 6609822..214c288 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ python -m pyduro -b 192.168.1.250 -s 1234 -p 12345678 status > "dhw_ref": "0.0", > [...] > } +``` ### Get information from a burner diff --git a/setup.py b/setup.py index 4de9e09..b50fb93 100644 --- a/setup.py +++ b/setup.py @@ -36,5 +36,5 @@ py_modules=[], python_requires=">=3.6", url="https://github.com/clementprevot/pyduro", - version="3.1.0", + version="3.2.1", )