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