Skip to content

Commit

Permalink
API bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnatar committed Dec 20, 2017
1 parent a0831a1 commit 8127f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cozify/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.9"
__version__ = "0.2.9.1"
2 changes: 1 addition & 1 deletion cozify/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from .Error import APIError

apiPath = '/cc/1.6'
apiPath = '/cc/1.7'
remote = False
autoremote = True

Expand Down

0 comments on commit 8127f7a

Please sign in to comment.