Skip to content

Commit

Permalink
post2
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Jan 1, 2025
1 parent 27e62bc commit b696ba8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit b696ba8

Please sign in to comment.