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 d362b5e commit 6963abaCopy full SHA for 6963aba
knockapi/client.py
@@ -1,7 +1,7 @@
1
import requests
2
from json.decoder import JSONDecodeError
3
4
-__version__ = '0.5.6'
+__version__ = '0.5.8'
5
6
7
class Connection(object):
setup.py
@@ -1,6 +1,6 @@
import setuptools
-version = '0.5.6'
+version = '0.5.8'
with open("README.md", "r") as f:
long_description = f.read()
0 commit comments