Skip to content

Commit 79ce405

Browse files
committed
Bumped get-min-py versions to 1.2.1
1 parent 7464484 commit 79ce405

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

get-min-py/docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<a href="https://pepy.tech/projects/get-min-py?versions=*">
66
<img height=31 src="https://img.shields.io/pepy/dt/get-min-py?logo=weightsandbiases&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></img></a>
7-
<a href="https://github.com/adamlui/python-utils/releases/tag/get-min-py-1.2.0">
8-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.2.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
7+
<a href="https://github.com/adamlui/python-utils/releases/tag/get-min-py-1.2.1">
8+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.2.1-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
99
<a href="https://github.com/adamlui/python-utils/blob/main/get-min-py/docs/LICENSE.md">
1010
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
1111
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">

get-min-py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "get-min-py"
10-
version = "1.2.0"
10+
version = "1.2.1"
1111
description = "Get the minimum Python version required for a PyPI package."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -74,7 +74,7 @@ classifiers = [
7474
]
7575

7676
[project.urls]
77-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/get-min-py-1.2.0"
77+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/get-min-py-1.2.1"
7878
Documentation = "https://github.com/adamlui/python-utils/tree/main/get-min-py/docs"
7979
Funding = "https://github.com/sponsors/adamlui"
8080
Homepage = "https://github.com/adamlui/python-utils/tree/main/get-min-py/#readme"

get-min-py/src/get_min_py/data/package_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-min-py",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Get the minimum Python version required for a PyPI package.",
55
"cmds": [
66
"get-min-py", "get-min-ver", "check-min-py", "check-min-ver", "getminpy", "getminver", "checkminpy", "checkminver"],

0 commit comments

Comments
 (0)