Skip to content

Commit 5203cc9

Browse files
authored
uprev in preparation for release (#122)
1 parent f15a6de commit 5203cc9

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,11 @@
77
<em>Doing dirty (but extremely useful) things with equals.</em>
88
</p>
99
<p align="center">
10-
<a href="https://github.com/samuelcolvin/dirty-equals/actions?query=event%3Apush+branch%3Amain+workflow%3ACI">
11-
<img src="https://github.com/samuelcolvin/dirty-equals/workflows/CI/badge.svg?event=push" alt="CI">
12-
</a>
13-
<a href="https://codecov.io/gh/samuelcolvin/dirty-equals">
14-
<img src="https://codecov.io/gh/samuelcolvin/dirty-equals/branch/main/graph/badge.svg" alt="Coverage">
15-
</a>
16-
<a href="https://pypi.python.org/pypi/dirty-equals">
17-
<img src="https://img.shields.io/pypi/v/dirty-equals.svg" alt="pypi">
18-
</a>
19-
<a href="https://github.com/samuelcolvin/dirty-equals">
20-
<img src="https://img.shields.io/pypi/pyversions/dirty-equals.svg" alt="versions">
21-
</a>
22-
<a href="https://github.com/samuelcolvin/dirty-equals/blob/main/LICENSE">
23-
<img src="https://img.shields.io/github/license/samuelcolvin/dirty-equals.svg" alt="license">
24-
</a>
10+
<a href="https://github.com/samuelcolvin/dirty-equals/actions/workflows/ci.yml?query=event%3Apush+branch%3Amain+workflow%3ACI"><img src="https://github.com/samuelcolvin/dirty-equals/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
11+
<a href="https://codecov.io/gh/samuelcolvin/dirty-equals"><img src="https://codecov.io/gh/samuelcolvin/dirty-equals/branch/main/graph/badge.svg" alt="Coverage"></a>
12+
<a href="https://pypi.python.org/pypi/dirty-equals"><img src="https://img.shields.io/pypi/v/dirty-equals.svg" alt="pypi"></a>
13+
<a href="https://github.com/samuelcolvin/dirty-equals"><img src="https://img.shields.io/pypi/pyversions/dirty-equals.svg" alt="versions"></a>
14+
<a href="https://github.com/samuelcolvin/dirty-equals/blob/main/LICENSE"><img src="https://img.shields.io/github/license/samuelcolvin/dirty-equals.svg" alt="license"></a>
2515
</p>
2616

2717
---

dirty_equals/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.10.0'
1+
VERSION = '0.10.1'

0 commit comments

Comments
 (0)