From 5f320dc9f12786a2d76e2b15a35a123263aaf1f2 Mon Sep 17 00:00:00 2001 From: Eli <43382407+eli64s@users.noreply.github.com> Date: Fri, 26 Jan 2024 21:53:57 -0600 Subject: [PATCH] Repository clean up. --- .gitignore | 2 +- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0d979982..13b8282f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md index 1ee00460..24d4351a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

- Test + cicd Publish diff --git a/pyproject.toml b/pyproject.toml index d2b2496a..07311a0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"