File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
from sysconfig import get_platform
3
3
import platform
4
4
import os
5
- from src .release .version import SDK_VERSION
6
5
7
6
try :
8
7
from wheel .bdist_wheel import bdist_wheel as _bdist_wheel
@@ -44,7 +43,7 @@ def get_shared_library_data_to_include():
44
43
45
44
setup (
46
45
name = "onepassword" ,
47
- version = SDK_VERSION ,
46
+ version = "0.1.0-beta.12" ,
48
47
author = "1Password" ,
49
48
description = "The 1Password Python SDK offers programmatic read access to your secrets in 1Password in an interface native to Python." ,
50
49
url = "https://github.com/1Password/onepassword-sdk-python" ,
Original file line number Diff line number Diff line change 1
1
import platform
2
- from src .release .version import SDK_BUILD_NUMBER
3
2
4
3
SDK_LANGUAGE = "Python"
5
- SDK_VERSION = SDK_BUILD_NUMBER
4
+ SDK_VERSION = "0010012"
6
5
DEFAULT_INTEGRATION_NAME = "Unknown"
7
6
DEFAULT_INTEGRATION_VERSION = "Unknown"
8
7
DEFAULT_REQUEST_LIBRARY = "net/http"
You can’t perform that action at this time.
0 commit comments