Skip to content

Commit

Permalink
Bump all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTitu committed Aug 6, 2024
1 parent 6796b20 commit e47fe94
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/1Password/[email protected].9
pip install git+ssh://[email protected]/1Password/[email protected].13
```

4. Use the Python SDK in your project:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/onepassword/defaults.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/release/version.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e47fe94

Please sign in to comment.