We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e482aa5 + b494a1e commit e793844Copy full SHA for e793844
.gitignore
@@ -52,4 +52,4 @@ venv.bak/
52
.pyre/
53
.pytype/
54
cython_debug/
55
-
+.idea/
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="monday-api-python-sdk", # Required
18
- version="1.0.1", # Required
+ version="1.1.0", # Required
19
description="A Python SDK for interacting with Monday's GraphQL API", # Optional
20
long_description=long_description, # Optional
21
long_description_content_type="text/markdown", # Optional (see note above)
src/monday_sdk/__init__.py
@@ -1,2 +1,3 @@
1
from .client import MondayClient
2
from .types import *
3
+from .utils import *
0 commit comments