Skip to content

Commit 1af6fc6

Browse files
anandgupta42claude
andcommitted
release: v0.1.1
Bump from 0.1.0 to 0.1.1 — platform packages were already published at 0.1.0 and npm doesn't allow re-publishing the same version. Also fix bump-version.ts root path (was one level too deep). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 03c92ca commit 1af6fc6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/altimate-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"name": "@altimateai/altimate-code",
55
"type": "module",
66
"license": "MIT",

packages/altimate-code/script/bump-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { values } = parseArgs({
1212
},
1313
})
1414

15-
const root = path.resolve(import.meta.dir, "../../../..")
15+
const root = path.resolve(import.meta.dir, "../../..")
1616
const dryRun = values["dry-run"]
1717

1818
if (values.engine) {

packages/altimate-engine/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "altimate-engine"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Python engine for Altimate Code — SQL analysis, lineage, dbt integration"
99
readme = "README.md"
1010
license = "MIT"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Altimate Engine — Python sidecar for the Altimate Code CLI."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)