Skip to content

Commit

Permalink
chore: prepare v0.5.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bceskavich committed Sep 14, 2023
1 parent d362b5e commit 6963aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion knockapi/client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import requests
from json.decoder import JSONDecodeError

__version__ = '0.5.6'
__version__ = '0.5.8'


class Connection(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

version = '0.5.6'
version = '0.5.8'

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

0 comments on commit 6963aba

Please sign in to comment.