Skip to content

Commit e71e347

Browse files
chore: set version to 0.1.0 and polish README
1 parent 89d90e3 commit e71e347

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

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

3-
## [0.3.0] - 2026-05-26
3+
## [0.1.0] - 2026-05-26
44

55
### Changed
66
- Project renamed from **promptvero** to **graver** and transferred to the Practical Mind organization

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@ See [`examples/`](examples/) for usage with OpenAI, Anthropic, and LangChain.
143143

144144
---
145145

146+
## Contributing
147+
148+
Contributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for setup instructions, code standards, and the PR process.
149+
150+
To report a bug or request a feature, open an [issue](https://github.com/PracticalMind/graver/issues).
151+
152+
---
153+
146154
## License
147155

148-
MIT
156+
Released under the [MIT License](LICENSE).

graver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
VersionNotFoundError,
1818
)
1919

20-
__version__ = "0.3.0"
20+
__version__ = "0.1.0"
2121
__author__ = "Practical Mind"
2222

2323
__all__ = [

pyproject.toml

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

55
[project]
66
name = "graver"
7-
version = "0.3.0"
7+
version = "0.1.0"
88
description = "Git-like version control for LLM prompts"
99
readme = "README.md"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)