Skip to content

Commit cc1b4b6

Browse files
committed
chore: prepare 0.4.6 release
1 parent 16a7ffd commit cc1b4b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

knockapi/client.py

+1-1
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.4.5'
4+
__version__ = '0.4.6'
55

66

77
class Connection(object):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools.command.install import install
66

7-
version = '0.4.5'
7+
version = '0.4.6'
88

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

0 commit comments

Comments
 (0)