Skip to content

Commit 3a6da22

Browse files
authored
Merge pull request #94 from 1Password/rc/0.1.1
Release v0.1.1
2 parents b2640d4 + 713e09f commit 3a6da22

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To use the 1Password Python SDK in your project:
4545
3. Install the 1Password Python SDK in your project:
4646

4747
```bash
48-
pip install git+ssh://[email protected]/1Password/[email protected].0
48+
pip install git+ssh://[email protected]/1Password/[email protected].1
4949
```
5050

5151
4. Use the Python SDK in your project:

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",
46+
version="0.1.1",
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 = "0010014"
4+
SDK_VERSION = "0010100"
55
DEFAULT_INTEGRATION_NAME = "Unknown"
66
DEFAULT_INTEGRATION_VERSION = "Unknown"
77
DEFAULT_REQUEST_LIBRARY = "net/http"

src/release/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SDK_VERSION = "0.1.0"
2-
SDK_BUILD_NUMBER = "0010014"
1+
SDK_VERSION = "0.1.1"
2+
SDK_BUILD_NUMBER = "0010100"

0 commit comments

Comments
 (0)