diff --git a/pyproject.toml b/pyproject.toml index ef3b75c..e8877b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "rdl-tools" -version = "0.1.0rc4" +version = "0.1.0" description = "Build CLI for RDL ontology modules: validates the RDF, renders the versioned artifact tree, and generates the documentation site's data." readme = "README.md" requires-python = ">=3.13" diff --git a/src/rdl_tools/__init__.py b/src/rdl_tools/__init__.py index fb37f19..75ddb39 100644 --- a/src/rdl_tools/__init__.py +++ b/src/rdl_tools/__init__.py @@ -6,4 +6,4 @@ # Kept in step with pyproject.toml's `version` by tests/test_packaging.py, and asserted against # the release tag by publish.yml. -__version__ = "0.1.0rc4" +__version__ = "0.1.0" diff --git a/uv.lock b/uv.lock index 9e49fe2..da83a2c 100644 --- a/uv.lock +++ b/uv.lock @@ -864,7 +864,7 @@ html = [ [[package]] name = "rdl-tools" -version = "0.1.0rc4" +version = "0.1.0" source = { editable = "." } dependencies = [ { name = "pyshacl" },