Skip to content

Commit

Permalink
Bump version 2.3.0 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk committed Apr 22, 2024
1 parent c72f339 commit 72a4604
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
authors = ["wong2 <[email protected]>", "AN Long <[email protected]>"]
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]
Expand Down

0 comments on commit 72a4604

Please sign in to comment.