Skip to content

Commit 65c6c3a

Browse files
committed
v0.10.1
1 parent 3858d42 commit 65c6c3a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wreq-python"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "An ergonomic Python HTTP Client with TLS fingerprint"
55
license = "Apache-2.0"
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# wreq-python
22

33
[![CI](https://github.com/0x676e67/wreq-python/actions/workflows/ci.yml/badge.svg)](https://github.com/0x676e67/wreq-python/actions/workflows/ci.yml)
4-
![GitHub License](https://img.shields.io/github/license/0x676e67/wreq-python?color=blue)
4+
![PyPI - License](https://img.shields.io/pypi/l/wreq)
55
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2F0x676e67%2Fwreq-python%2Fmain%2Fpyproject.toml&logo=python)
66
[![PyPI](https://img.shields.io/pypi/v/wreq?logo=python)](https://pypi.org/project/wreq/)
77
[![Discord chat][discord-badge]][discord-url]

docs/source/getting-started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction
22

33
[![CI](https://github.com/0x676e67/wreq-python/actions/workflows/ci.yml/badge.svg)](https://github.com/0x676e67/wreq-python/actions/workflows/ci.yml)
4-
![GitHub License](https://img.shields.io/github/license/0x676e67/wreq-python?color=blue)
4+
![PyPI - License](https://img.shields.io/pypi/l/wreq)
55
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2F0x676e67%2Fwreq-python%2Fmain%2Fpyproject.toml&logo=python)
66
[![PyPI](https://img.shields.io/pypi/v/wreq?logo=python)](https://pypi.org/project/wreq/)
77
[![Discord chat][discord-badge]][discord-url]

0 commit comments

Comments
 (0)