Skip to content

Commit 1e2155a

Browse files
committed
Passer la version a 1.0.1
1 parent e43e75f commit 1e2155a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pycompiler_ark/Core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@
7373
"get_bcasl_version",
7474
"get_engine_sdk_version",
7575
]
76-
__version__ = "1.0.0"
76+
__version__ = "1.0.1"
7777
__author__ = "Ague Samuel Amen"

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 = "pycompiler_ark"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Python Build Studio with multi-engine support and BCASL pre-compile pipeline."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)