Skip to content

Commit 2b4df4b

Browse files
authored
Merge pull request #5 from eldaduzman/fix-code-examples
fix badge
2 parents 8e6c7d8 + 125466b commit 2b4df4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

33

4-
[![Version](https://img.shields.io/pypi/format/python-perf-unit)](https://pypi.python.org/pypi/python-perf-unit)
4+
[![Version](https://img.shields.io/pypi/v/python-perf-unit)](https://pypi.python.org/pypi/python-perf-unit)
55
<!-- ![](https://raw.githubusercontent.com/eldaduzman/robotframework-gevent/main/docs/badges/coverage-badge.svg) -->
66
<!-- ![](https://raw.githubusercontent.com/eldaduzman/robotframework-gevent/main/docs/badges/pylint.svg) -->
77
<!-- ![](https://raw.githubusercontent.com/eldaduzman/robotframework-gevent/main/docs/badges/mutscore.svg) -->

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-perf-unit"
3-
version = "0.0.2-alpha"
3+
version = "0.0.3-alpha"
44
description = "Decorators and utilities for python performance unit testing"
55
authors = ["Eldad Uzman <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)