Skip to content

Commit 221a8d5

Browse files
committed
Merge pull-request #18
2 parents 1419460 + 2b9c09e commit 221a8d5

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.changeset/.last_bumped_modules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
api-key-stamper
1+
http

packages/http/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## 0.1.0 — 2026-03-09
4+
5+
### Minor Changes
6+
- Initial release
7+

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.0.0"
7+
version = "0.1.0"
88
description = "HTTP client for Turnkey API"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)