Skip to content

Commit ff594e5

Browse files
committed
Cleaning up.
1 parent dee5644 commit ff594e5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
22
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fhunterdsp%2Fbenchmarkme%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
3+
![PyPI - Implementation](https://img.shields.io/pypi/implementation/benchmarkme)
4+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/hunterdsp/benchmarkme/python-publish.yml)
5+
![PyPI - Wheel](https://img.shields.io/pypi/wheel/benchmarkme)
6+
![GitHub License](https://img.shields.io/github/license/hunterdsp/benchmarkme)
37

48
# benchmarkme
59

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "benchmarkme"
3-
version = "0.1.0a1"
3+
version = "0.1.0a2"
44
description = "Ergonomic interface to Python's built-in timeit."
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)