diff --git a/README.md b/README.md index 44bee79..4475d21 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pick -[![image](https://github.com/wong2/pick/actions/workflows/ci.yml/badge.svg)](https://github.com/wong2/pick/actions/workflows/ci.yml) +[![image](https://github.com/aisk/pick/actions/workflows/ci.yml/badge.svg)](https://github.com/aisk/pick/actions/workflows/ci.yml) [![PyPI](https://img.shields.io/pypi/v/pick.svg)](https://pypi.python.org/pypi/pick) [![PyPI](https://img.shields.io/pypi/dm/pick)](https://pypi.python.org/pypi/pick) diff --git a/pyproject.toml b/pyproject.toml index 679ca17..1e3a715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pick" -version = "2.2.0" +version = "2.3.0" description = "Pick an option in the terminal with a simple GUI" -authors = ["wong2 "] +authors = ["wong2 ", "AN Long "] license = "MIT" readme = "README.md" -repository = "https://github.com/wong2/pick" -homepage = "https://github.com/wong2/pick" +repository = "https://github.com/aisk/pick" +homepage = "https://github.com/aisk/pick" keywords = ["terminal", "gui"] [tool.poetry.dependencies]