Skip to content

Commit 067975c

Browse files
committed
Update version to 0.1.1, enhance README links for PyPI, and improve repo structure with bundled templates and added metadata.
1 parent 8c0f9b4 commit 067975c

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## 0.1.0 (unreleased)
3+
## 0.1.1
4+
5+
- Fix README links for PyPI rendering (absolute GitHub URLs).
6+
- Clean repo structure: library-only root, templates bundled in package.
7+
- Add PyPI metadata (author, classifiers, keywords, URLs).
8+
- Add CHANGELOG.
9+
10+
## 0.1.0
411

512
Initial release.
613

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "zebraops"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Local-first, open-source MLOps platform for ML beginners and small teams."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)