Skip to content

Commit 7d85403

Browse files
fix: bump version to 1.0.0 in pyproject.toml and __init__.py
1 parent 50d8bfd commit 7d85403

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "gcf-python"
7-
version = "0.5.1"
7+
version = "1.0.0"
88
description = "Drop-in JSON replacement for AI pipelines. 79% fewer tokens. 90.5% comprehension across 10 models. Zero dependencies."
99
readme = "README.md"
1010
license = {text = "MIT"}

src/gcf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
"encode_with_session",
6666
]
6767

68-
__version__ = "0.1.3"
68+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)