Skip to content

Commit aff51fe

Browse files
committed
chore: publish 0.2.2
1 parent 5afd09c commit aff51fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

knockapi/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import requests
22

3-
__version__ = '0.2.1'
3+
__version__ = '0.2.2'
44

55

66
class Connection(object):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools.command.install import install
66

7-
version = '0.2.1'
7+
version = '0.2.2'
88

99
with open("README.md", "r") as f:
1010
long_description = f.read()

0 commit comments

Comments
 (0)