We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43e75f commit 1e2155aCopy full SHA for 1e2155a
2 files changed
pycompiler_ark/Core/__init__.py
@@ -73,5 +73,5 @@
73
"get_bcasl_version",
74
"get_engine_sdk_version",
75
]
76
-__version__ = "1.0.0"
+__version__ = "1.0.1"
77
__author__ = "Ague Samuel Amen"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "pycompiler_ark"
7
-version = "1.0.0"
+version = "1.0.1"
8
description = "Python Build Studio with multi-engine support and BCASL pre-compile pipeline."
9
readme = "README.md"
10
requires-python = ">=3.11"
0 commit comments