Skip to content

Commit dd644d3

Browse files
committed
chore: reset release
1 parent 8f93676 commit dd644d3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,5 @@ jobs:
6565
run: |
6666
release-please release-pr \
6767
--repo-url="${{ github.repository }}" \
68-
--package-name="kratix-sdk" \
6968
--token="${{ secrets.GITHUB_TOKEN }}" \
7069
--release-type="python"

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.0.1"
33
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kratix-sdk"
7-
version = "0.1.0"
7+
version = "0.0.1"
88
description = "Kratix SDK for writing Promises workflows"
99
readme = "Readme.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)