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