Skip to content

Commit f7a627c

Browse files
authored
Merge pull request #58 from 1Password/andi/rc-beta-11
Update version for beta.11 release
2 parents cc322c1 + 710d7d8 commit f7a627c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_shared_library_data_to_include():
4343

4444
setup(
4545
name="onepassword",
46-
version="0.1.0-beta.10",
46+
version="0.1.0-beta.11",
4747
author="1Password",
4848
description="The 1Password Python SDK offers programmatic read access to your secrets in 1Password in an interface native to Python.",
4949
url="https://github.com/1Password/onepassword-sdk-python",

src/onepassword/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import platform
22

33
SDK_LANGUAGE = "Python"
4-
SDK_VERSION = "0010010" # v0.1.0-beta.10
4+
SDK_VERSION = "0010011" # v0.1.0-beta.11
55
DEFAULT_INTEGRATION_NAME = "Unknown"
66
DEFAULT_INTEGRATION_VERSION = "Unknown"
77
DEFAULT_REQUEST_LIBRARY = "net/http"

0 commit comments

Comments
 (0)