diff --git a/README.md b/README.md index f389b30..7d15849 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ For users with J1 accounts in the EU region, the 'url' parameter will need to be If no 'url' parameter is passed, the default of "https://graphql.us.jupiterone.io" is used. +##### Method Exmaples: + +See the examples/examples.py for full usage example documentation + ##### Execute a query: ```python diff --git a/setup.py b/setup.py index 93329fb..eab50e7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="jupiterone", - version="1.0.1", + version="1.1.0", description="A Python client for the JupiterOne API", license="MIT License", author="JupiterOne",