Skip to content

Commit bef95a8

Browse files
chore: bump version to 0.0.1-alpha-2
1 parent e25d400 commit bef95a8

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

RELEASING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ For additional security, configure required reviewers on the `npm` and `pypi` en
7676
```
7777

7878
4. **Monitor release**
79-
- View workflow: https://github.com/edgeandnode/ampersend-sdk/actions/workflows/typescript-release.yml
80-
- Check npm: https://www.npmjs.com/package/@ampersend_ai/ampersend-sdk
79+
- View workflow: <https://github.com/edgeandnode/ampersend-sdk/actions/workflows/typescript-release.yml>
80+
- Check npm: <https://www.npmjs.com/package/@ampersend_ai/ampersend-sdk>
8181

8282
### Python SDK
8383

@@ -86,6 +86,7 @@ For additional security, configure required reviewers on the `npm` and `pypi` en
8686
```bash
8787
# Edit version field
8888
vim python/ampersend-sdk/pyproject.toml
89+
uv sync
8990
```
9091

9192
2. **Create PR and merge to main**
@@ -129,8 +130,8 @@ For additional security, configure required reviewers on the `npm` and `pypi` en
129130
```
130131

131132
4. **Monitor release**
132-
- View workflow: https://github.com/edgeandnode/ampersend-sdk/actions/workflows/python-release.yml
133-
- Check PyPI: https://pypi.org/project/ampersend-sdk/
133+
- View workflow: <https://github.com/edgeandnode/ampersend-sdk/actions/workflows/python-release.yml>
134+
- Check PyPI: <https://pypi.org/project/ampersend-sdk/>
134135

135136
## Version Guidelines
136137

@@ -207,4 +208,4 @@ For issues with releases:
207208

208209
- Check GitHub Actions logs for detailed error messages
209210
- Review this guide and ensure all prerequisites are met
210-
- Open an issue at https://github.com/edgeandnode/ampersend-sdk/issues
211+
- Open an issue at <https://github.com/edgeandnode/ampersend-sdk/issues>

python/ampersend-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ampersend-sdk"
3-
version = "0.0.1a1"
3+
version = "0.0.1a2"
44
description = "Python SDK for ampersend"
55
readme = "README.md"
66
dependencies = [

typescript/packages/ampersend-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ampersend_ai/ampersend-sdk",
33
"description": "Tooling for building applications with x402 payment capabilities. Supports buyer and seller roles.",
4-
"version": "0.0.1-alpha.1",
4+
"version": "0.0.1-alpha.2",
55
"type": "module",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

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)