diff --git a/.VERSION b/.VERSION index 9e11b32..899f24f 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -0.3.1 +0.9.0 \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f9e464..a2b132f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ on: description: "New build number for the SDKs in the format of Mmmppbb" required: true type: string - +#test jobs: prepare-release: runs-on: ubuntu-latest diff --git a/src/onepassword/build_number.py b/src/onepassword/build_number.py index 01889e4..73ab33a 100644 --- a/src/onepassword/build_number.py +++ b/src/onepassword/build_number.py @@ -1 +1 @@ -SDK_BUILD_NUMBER = "0030001" +SDK_BUILD_NUMBER = "0090001" \ No newline at end of file