Skip to content

Commit b27c4e0

Browse files
committed
chore: prepare for 0.5.1 release
1 parent 3ca5a2b commit b27c4e0

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,7 +1,7 @@
11
import requests
22
from json.decoder import JSONDecodeError
33

4-
__version__ = '0.5.0'
4+
__version__ = '0.5.1'
55

66

77
class Connection(object):

setup.py

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

3-
version = '0.5.0'
3+
version = '0.5.1'
44

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

0 commit comments

Comments
 (0)