File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313---
1414
15+ [ // ] : # ( START/v1.0.1 )
16+ # v1.0.1
17+
18+ ## Fixes
19+ * Code snippet for setting up client now functions correctly.
20+ * Package correctly shows information like readme and the GitHub repository on PyPi.
21+
22+ ---
23+
1524[ // ] : # ( START/v1.0.0 )
1625# v1.0.0
1726
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ $ pip install onepasswordconnectsdk
1414
1515To install a specific release of the 1Password Connect Python SDK use the following command:
1616``` bash
17- $ pip install onepasswordconnectsdk==1.0.0
17+ $ pip install onepasswordconnectsdk==1.0.1
1818```
1919
2020## Usage
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " onepasswordconnectsdk"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44description = " Python SDK for 1Password Connect"
55license = " MIT"
66authors = [" 1Password" ]
You can’t perform that action at this time.
0 commit comments