Skip to content

Commit

Permalink
Repository clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Jan 27, 2024
1 parent 2e98f8f commit 5f320dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Pipfile
Pipfile.lock

# Temporarily Ignored
.github/workflows/ci.yml
examples/markdown/readme-edgecase.md
readmeai/markdown/data/badges.json
readmeai/settings/prompts.toml
templates/
.github/workflows/ci.yml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</p>
<p align="center">
<a href="https://github.com/eli64s/readme-ai/actions">
<img src="https://img.shields.io/github/actions/workflow/status/eli64s/readme-ai/.github%2Fworkflows%2Frelease-pipeline.yml?logo=GitHub&label=cicd&color=c125ff" alt="Test">
<img src="https://img.shields.io/github/actions/workflow/status/eli64s/readme-ai/release-pipeline.yml?logo=GitHub&label=cicd&color=c125ff" alt="cicd">
</a>
<a href="https://app.codecov.io/gh/eli64s/readme-ai">
<img src="https://img.shields.io/codecov/c/github/eli64s/readme-ai?logo=codecov&color=c125ff" alt="Publish">
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "readmeai"
version = "0.5.0-beta.1"
version = "0.4.999"
description = "🎈 Automated README file generator, powered by large language model APIs"
authors = ["Eli <0x.eli.64s@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 5f320dc

Please sign in to comment.