Skip to content

Commit

Permalink
chore: prepare for 0.5.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlindsey committed Oct 28, 2024
1 parent 9f8b672 commit 7d27396
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.9'
__version__ = '0.5.10'


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.9'
version = '0.5.10'

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

0 comments on commit 7d27396

Please sign in to comment.