Skip to content

Commit 08ff523

Browse files
committed
Bump version to 0.1.0a20
1 parent c47044b commit 08ff523

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
No breaking changes without an explicit changelog entry.
44

5-
## v0.1.0a19
5+
## v0.1.0a20
66
### Added
77
- None.
88

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This guide lists breaking changes and the manual steps to move between versions.
44

5-
## 0.1.0a19
5+
## 0.1.0a20
66

77
### Breaking changes
88
- None.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0a19
1+
0.1.0a20

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "namel3ss-editor",
33
"displayName": "namel3ss Editor",
44
"description": "Editor support for namel3ss (.ai) files.",
5-
"version": "0.1.0a19",
5+
"version": "0.1.0a20",
66
"publisher": "namel3ss",
77
"engines": {
88
"vscode": "^1.80.0"

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 = "namel3ss"
7-
version = "0.1.0a19"
7+
version = "0.1.0a20"
88
description = "AI-native programming language for deterministic, inspectable applications."
99
readme = "README.md"
1010
requires-python = ">=3.14"

0 commit comments

Comments
 (0)