File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
---
14
14
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
+
15
24
[ // ] : # ( START/v1.0.0 )
16
25
# v1.0.0
17
26
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ $ pip install onepasswordconnectsdk
14
14
15
15
To install a specific release of the 1Password Connect Python SDK use the following command:
16
16
``` bash
17
- $ pip install onepasswordconnectsdk==1.0.0
17
+ $ pip install onepasswordconnectsdk==1.0.1
18
18
```
19
19
20
20
## Usage
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " onepasswordconnectsdk"
3
- version = " 1.0.0 "
3
+ version = " 1.0.1 "
4
4
description = " Python SDK for 1Password Connect"
5
5
license = " MIT"
6
6
authors = [" 1Password" ]
You can’t perform that action at this time.
0 commit comments