Skip to content

Commit 2799b43

Browse files
committed
chore(release): bump version to 0.6.0
1 parent 6ee96ab commit 2799b43

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ Replace `your_api_key_here` with your actual OpenRouter API key.
134134
135135
Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/cyanheads/repo-map/issues).
136136
137-
## 🛡️ License
137+
## ️ License
138138
139139
This project is licensed under the Apache 2.0 License. See the `LICENSE` file in the root directory of this project for the full license text.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[tool.poetry]
22
name = "repo-map"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Generate a comprehensive summary and visualization of a repository structure, enhanced with AI-powered descriptions and developer considerations."
55
authors = ["Cyanheads <casey@caseyjhand.com>"]
6+
license = "Apache-2.0"
67
readme = "README.md"
78
packages = [{ include = "repo_map", from = "src" }]
89

0 commit comments

Comments
 (0)