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