Skip to content

Commit 55caba1

Browse files
committed
Merge pull-request #6
2 parents f81871b + 85b1dc1 commit 55caba1

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type: minor
2+
packages: [ api-key-stamper, sdk-types, http ]
3+
changelog: |-
4+
Initial release

packages/api-key-stamper/pyproject.toml

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

55
[project]
66
name = "turnkey-api-key-stamper"
7-
version = "0.1.0"
7+
version = "0.0.0"
88
description = "API key authentication stamper for Turnkey API"
99
readme = "README.md"
1010
requires-python = ">=3.8"

packages/http/pyproject.toml

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

55
[project]
66
name = "turnkey-http"
7-
version = "0.1.0"
7+
version = "0.0.0"
88
description = "HTTP client for Turnkey API"
99
readme = "README.md"
1010
requires-python = ">=3.8"

packages/sdk-types/pyproject.toml

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

55
[project]
66
name = "turnkey-sdk-types"
7-
version = "0.1.0"
7+
version = "0.0.0"
88
description = "Type definitions for Turnkey API"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)