From e47fe942ec2131d47547a5c68f0d9ce28a1cb341 Mon Sep 17 00:00:00 2001 From: AndyTitu Date: Tue, 6 Aug 2024 19:28:36 +0300 Subject: [PATCH] Bump all versions --- README.md | 2 +- setup.py | 2 +- src/onepassword/defaults.py | 2 +- src/release/version.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 460209c..2fbc433 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ To use the 1Password Python SDK in your project: 3. Install the 1Password Python SDK in your project: ```bash - pip install git+ssh://git@github.com/1Password/onepassword-sdk-python.git@v0.1.0-beta.9 + pip install git+ssh://git@github.com/1Password/onepassword-sdk-python.git@v0.1.0-beta.13 ``` 4. Use the Python SDK in your project: diff --git a/setup.py b/setup.py index 0c0adac..99ffd78 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def get_shared_library_data_to_include(): setup( name="onepassword", - version="0.1.0-beta.12", + version="0.1.0-beta.13", author="1Password", description="The 1Password Python SDK offers programmatic read access to your secrets in 1Password in an interface native to Python.", url="https://github.com/1Password/onepassword-sdk-python", diff --git a/src/onepassword/defaults.py b/src/onepassword/defaults.py index f87c239..23bdbb8 100644 --- a/src/onepassword/defaults.py +++ b/src/onepassword/defaults.py @@ -1,7 +1,7 @@ import platform SDK_LANGUAGE = "Python" -SDK_VERSION = "0010012" +SDK_VERSION = "0010013" DEFAULT_INTEGRATION_NAME = "Unknown" DEFAULT_INTEGRATION_VERSION = "Unknown" DEFAULT_REQUEST_LIBRARY = "net/http" diff --git a/src/release/version.py b/src/release/version.py index 5293224..faf45b8 100644 --- a/src/release/version.py +++ b/src/release/version.py @@ -1,2 +1,2 @@ -SDK_VERSION = "0.1.0-beta.12" -SDK_BUILD_NUMBER = "0010012" +SDK_VERSION = "0.1.0-beta.13" +SDK_BUILD_NUMBER = "0010013"