Skip to content

Commit 05ce1c9

Browse files
author
DevForge Engineer
committed
fix: bump pyproject.toml version to 1.2.0 (was 0.1.1 despite v1.2.0 tag)
The v1.2.0 tag was created with commit 2dd6817 ("bump to v1.2.0") but pyproject.toml was never actually updated. This caused version-agreement CI drift: pypi=0.1.1 vs brew/scoop=1.2.0.
1 parent a397287 commit 05ce1c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "datamorph-cli"
7-
version = "0.1.1"
7+
version = "1.2.0"
88
description = "CLI tool for batch converting between data formats (CSV, JSON, YAML, Parquet, Avro, Protobuf) with streaming for large files"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)