Skip to content

Commit

Permalink
Update build number
Browse files Browse the repository at this point in the history
  • Loading branch information
hculea committed Aug 8, 2024
1 parent 5840954 commit c57d31e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/onepassword/defaults.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import platform

SDK_LANGUAGE = "Python"
SDK_VERSION = "0010015"
SDK_VERSION = "0010100"
DEFAULT_INTEGRATION_NAME = "Unknown"
DEFAULT_INTEGRATION_VERSION = "Unknown"
DEFAULT_REQUEST_LIBRARY = "net/http"
Expand Down
2 changes: 1 addition & 1 deletion src/release/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SDK_VERSION = "0.1.1"
SDK_BUILD_NUMBER = "0010015"
SDK_BUILD_NUMBER = "0010101"

0 comments on commit c57d31e

Please sign in to comment.