Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gh auth login
Download and install the latest release directly via `pip` or `pipx`:

```bash
pip install https://github.com/vbvictor/acp/releases/latest/download/acp-0.4.0-py3-none-any.whl
pip install https://github.com/vbvictor/acp/releases/latest/download/acp-0.5.0-py3-none-any.whl
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion acp.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import subprocess
import sys

__version__ = "0.4.0"
__version__ = "0.5.0"


def run(cmd, quiet=False):
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 = "setuptools.build_meta"

[project]
name = "acp"
version = "0.4.0"
version = "0.5.0"
description = "Automatic Commit Pusher (acp)- CLI utility for automating pull request creation"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
Loading