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
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -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)
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 = "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"
Expand Down
Loading