Skip to content

Commit 244bcdd

Browse files
authored
Merge pull request #43 from nearai/release-aitp-py-v0.0.7
Release aitp py v0.0.7
2 parents a87970d + 8152d4b commit 244bcdd

File tree

5 files changed

+10
-18
lines changed

5 files changed

+10
-18
lines changed

packages/aitp-py/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## aitp-py-v0.0.7 (2025-04-01)
2+
13
## aitp-py-v0.0.6 (2025-04-01)
24

35
## aitp-py-v0.0.5 (2025-04-01)

packages/aitp-py/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ pip install aitp
1414
git checkout main
1515
git pull
1616
git checkout -b release-aitp-py-vx.x.x
17-
./scripts/publish.sh
17+
cz bump --files-only --increment patch
18+
uv lock
19+
git add uv.lock CHANGELOG.md pyproject.toml README.md
20+
version=$(grep '^version =' pyproject.toml | cut -d '"' -f2)
21+
git commit -m "chore(release): bump version to $version"
22+
git tag "v$version"
1823
git push --tags
1924
```

packages/aitp-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aitp"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
description = "AITP Python Package"
55
readme = "README.md"
66
requires-python = ">=3.10"

packages/aitp-py/scripts/publish.sh

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

packages/aitp-py/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)