Skip to content

Commit deb8934

Browse files
committed
build: reset release version
- no release was created for 0.1.0, reset and try it again
1 parent e1c2938 commit deb8934

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

.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
}

CHANGELOG.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

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)