From b696ba84c1599d4b97338e8aad47efe71d91cba4 Mon Sep 17 00:00:00 2001 From: Kyle Gottfried <6462596+Spitfire1900@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:47:31 -0500 Subject: [PATCH] post2 --- README.md | 8 -------- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index e48e6ce..fd7cb84 100644 --- a/README.md +++ b/README.md @@ -79,14 +79,6 @@ PyGitStatus is a fork of [gitstatus](https://github.com/xonsh/xonsh/blob/0.12.5/ While this xontrib works on Windows, the tests do not pass on Windows. -## Development - -## Releasing your package - -- Bump the version of your package. -- Create a GitHub release (The release notes are automatically generated as a draft release after each push). -- And publish with `poetry publish --build` or `twine` - ## Credits This package was created with [xontrib template](https://github.com/xonsh/xontrib-template). diff --git a/pyproject.toml b/pyproject.toml index 6152cf2..bba9a5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xontrib-pygitstatus" -version = "0.1.0post1" +version = "0.1.0post2" authors = [{ name = "Kyle Gottfried", email = "Kyle.Gottfried@outlook.com" }] description = "PyGit implementation of xonsh's builtin gitstatus PROMPT" license = { file = "LICENSE" }