Skip to content

Commit

Permalink
v3.1.0: Add default relation to assign/remove methods (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyphu authored Nov 16, 2023
1 parent b4e1fca commit edd31ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="warrant-python",
version="3.0.0",
version="3.1.0",
description="Python SDK for Warrant",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion warrant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from warrant.user import User
from warrant.tenant import Tenant

__version__ = "3.0.0"
__version__ = "3.1.0"

api_key = ""
api_endpoint = "https://api.warrant.dev"
Expand Down

0 comments on commit edd31ee

Please sign in to comment.