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 22from sysconfig import get_platform
33import platform
44import os
5- from src .release .version import SDK_VERSION
65
76try :
87 from wheel .bdist_wheel import bdist_wheel as _bdist_wheel
@@ -44,7 +43,7 @@ def get_shared_library_data_to_include():
4443
4544setup (
4645 name = "onepassword" ,
47- version = SDK_VERSION ,
46+ version = "0.1.0-beta.12" ,
4847 author = "1Password" ,
4948 description = "The 1Password Python SDK offers programmatic read access to your secrets in 1Password in an interface native to Python." ,
5049 url = "https://github.com/1Password/onepassword-sdk-python" ,
Original file line number Diff line number Diff line change 11import platform
2- from src .release .version import SDK_BUILD_NUMBER
32
43SDK_LANGUAGE = "Python"
5- SDK_VERSION = SDK_BUILD_NUMBER
4+ SDK_VERSION = "0010012"
65DEFAULT_INTEGRATION_NAME = "Unknown"
76DEFAULT_INTEGRATION_VERSION = "Unknown"
87DEFAULT_REQUEST_LIBRARY = "net/http"
You can’t perform that action at this time.
0 commit comments