Skip to content

Commit 581b264

Browse files
chore(main): release 0.2.0
1 parent ad8b0aa commit 581b264

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.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.2.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/osodevops/keito-python/compare/v0.1.0...v0.2.0) (2026-03-06)
4+
5+
6+
### Features
7+
8+
* initial release of keito Python SDK ([ad8b0aa](https://github.com/osodevops/keito-python/commit/ad8b0aacef978c4c11fd7683b3f3a3836a9492d1))

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 = "keito"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Official Python SDK for the Keito API — track billable time, expenses, and invoices for humans and AI agents"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)