We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62ac39 commit 247dd45Copy full SHA for 247dd45
knockapi/client.py
@@ -1,7 +1,7 @@
1
import requests
2
from json.decoder import JSONDecodeError
3
4
-__version__ = '0.5.10'
+__version__ = '0.5.11'
5
6
7
class Connection(object):
setup.py
@@ -1,6 +1,6 @@
import setuptools
-version = '0.5.10'
+version = '0.5.11'
with open("README.md", "r") as f:
long_description = f.read()
0 commit comments