Skip to content

Commit

Permalink
chore: prep for 0.5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
juanazam committed May 9, 2023
1 parent b8663cb commit 6ee8cb4
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.4'
__version__ = '0.5.5'


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.4'
version = '0.5.5'

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

0 comments on commit 6ee8cb4

Please sign in to comment.