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.
1 parent cc322c1 commit 710d7d8Copy full SHA for 710d7d8
setup.py
@@ -43,7 +43,7 @@ def get_shared_library_data_to_include():
43
44
setup(
45
name="onepassword",
46
- version="0.1.0-beta.10",
+ version="0.1.0-beta.11",
47
author="1Password",
48
description="The 1Password Python SDK offers programmatic read access to your secrets in 1Password in an interface native to Python.",
49
url="https://github.com/1Password/onepassword-sdk-python",
src/onepassword/defaults.py
@@ -1,7 +1,7 @@
1
import platform
2
3
SDK_LANGUAGE = "Python"
4
-SDK_VERSION = "0010010" # v0.1.0-beta.10
+SDK_VERSION = "0010011" # v0.1.0-beta.11
5
DEFAULT_INTEGRATION_NAME = "Unknown"
6
DEFAULT_INTEGRATION_VERSION = "Unknown"
7
DEFAULT_REQUEST_LIBRARY = "net/http"
0 commit comments