Skip to content

Commit

Permalink
chore: prepare 0.5.11 release (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
cellomatt authored Jan 6, 2025
1 parent f62ac39 commit 247dd45
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.10'
__version__ = '0.5.11'


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.10'
version = '0.5.11'

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

0 comments on commit 247dd45

Please sign in to comment.