Skip to content

Commit 9d57453

Browse files
authored
Merge pull request #3 from bcdev/yogesh-xxx-release0.0.2
Prepare release `0.0.2`
2 parents 9c1e065 + 77c4b2d commit 9d57453

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.0.2
2+
3+
* **Chore**: Update `pyproject.toml` to include `README.md` and necessary links.
4+
15
## Version 0.0.1
26

37
This is an experimental version. A stable release will follow in the future.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Gaiaflow
22

3+
![PyPI - Version](https://img.shields.io/pypi/v/gaiaflow)
34
[![Pixi Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json)](https://pixi.sh)
45
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff)
56
[![Docs](https://img.shields.io/badge/docs-mkdocs-blue)](https://bcdev.github.io/gaiaflow/)

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "gaiaflow"
33
requires-python = ">= 3.11"
4-
version = "0.0.1"
4+
version = "0.0.2"
55
description = "Local-first MLOps infrastructure python tool that simplifies the process of building, testing, and deploying ML workflows."
66
authors = [{name = "Yogesh Kumar Baljeet Singh", email = "[email protected]"}]
77
dependencies = [
@@ -17,6 +17,13 @@ dependencies = [
1717
"apache-airflow-providers-docker>=4.4.2,<5",
1818
"mlflow>=3.2.0,<4",
1919
]
20+
readme= "README.md"
21+
22+
[project.urls]
23+
Documentation = "https://bcdev.github.io/gaiaflow/"
24+
Repository = "https://github.com/bcdev/gaiaflow"
25+
Issues = "https://github.com/bcdev/gaiaflow/issues"
26+
Changelog = "https://github.com/bcdev/gaiaflow/blob/main/CHANGES.md"
2027

2128
[build-system]
2229
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)