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