Skip to content

Commit fcbed02

Browse files
committed
release: v0.3.0
- Bump engine version to 0.3.0 - Fix npm package name in RELEASING.md (`@altimateai/altimate-code`)
1 parent ffa4a54 commit fcbed02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2.5"
7+
version = "0.3.0"
88
description = "Python engine for Altimate CLI - lineage, SQL execution, dbt integration"
99
requires-python = ">=3.10"
1010
dependencies = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""DataPilot Engine - Python sidecar for the DataPilot CLI."""
22

3-
__version__ = "0.2.5"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)