diff --git a/README.md b/README.md index 209ccdd..fb7056a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ArtX [![Python 3.12+](https://img.shields.io/badge/python-3.12%2B-3776AB.svg)](#install) -[![Version 0.4.0](https://img.shields.io/badge/version-0.4.0-0f766e.svg)](pyproject.toml) +[![Version 0.4.1](https://img.shields.io/badge/version-0.4.1-0f766e.svg)](pyproject.toml) [![License: MIT](https://img.shields.io/badge/license-MIT-0f766e.svg)](LICENSE) [中文说明](docs/README.zh-CN.md) diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index ad9055f..6ff75dc 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -1,7 +1,7 @@ # ArtX [![Python 3.12+](https://img.shields.io/badge/python-3.12%2B-3776AB.svg)](#安装) -[![Version 0.4.0](https://img.shields.io/badge/version-0.4.0-0f766e.svg)](../pyproject.toml) +[![Version 0.4.1](https://img.shields.io/badge/version-0.4.1-0f766e.svg)](../pyproject.toml) [![License: MIT](https://img.shields.io/badge/license-MIT-0f766e.svg)](../LICENSE) [English README](../README.md) diff --git a/pyproject.toml b/pyproject.toml index 0e0e940..864b8c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "artx" -version = "0.5.0" +version = "0.4.1" description = "Download high-resolution Google Arts & Culture images by stitching tiles" readme = "README.md" requires-python = ">=3.12"