Release v0.0.5 - Test Trusted Publishing

This commit is contained in:
KaifAhmad1
2025-11-26 12:17:19 +05:30
parent b3ce4c6a97
commit ba49ca2b90
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.0.5] - 2025-11-26
### Changed
- Configured Trusted Publishing for secure automated PyPI deployments
## [0.0.4] - 2025-11-26
### Changed
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "semantica"
version = "0.0.4"
version = "0.0.5"
description = "🧠 Semantica - An Open Source Framework for building Semantic Layers and Knowledge Engineering "
readme = "README.md"
license = {text = "MIT"}
+1 -1
View File
@@ -11,7 +11,7 @@ Main exports:
- build: Module-level build function for easy access
"""
__version__ = "0.0.4"
__version__ = "0.0.5"
__author__ = "Semantica Contributors"
__license__ = "MIT"