Skip to content

Commit 7dd7ab4

Browse files
anandgupta42claude
andcommitted
chore: bump version to 0.1.4
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 92f36a0 commit 7dd7ab4

3 files changed

Lines changed: 3 additions & 3 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.3",
3+
"version": "0.1.4",
44
"name": "@altimateai/altimate-code",
55
"type": "module",
66
"license": "MIT",

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.3"
7+
version = "0.1.4"
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.3"
3+
__version__ = "0.1.4"

0 commit comments

Comments
 (0)