Skip to content

Commit

Permalink
docs(1.1.1): update README with available python package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kin-Zhang committed Jul 7, 2024
1 parent fd788dc commit 601a106
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dztimer
---
<!-- <a href="https://github.com/KTH-RPL/dztimer"><img src="https://img.shields.io/github/v/release/KTH-RPL/dztimer?label=version" /> <a href="https://github.com/KTH-RPL/dztimer/blob/main/LICENSE"><img src="https://img.shields.io/github/license/KTH-RPL/dztimer" /> -->
[![Stable Version](https://img.shields.io/pypi/v/dztimer?label=stable)](https://pypi.org/project/dztimer/#history)
[![Python Versions](https://img.shields.io/pypi/pyversions/dztimer)](https://pypi.org/project/dztimer/)
[![Download Stats](https://img.shields.io/pypi/dm/dztimer)](https://pypistats.org/packages/dztimer)

<a href="https://github.com/KTH-RPL/dztimer"><img src="https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black" /> <a href="https://github.com/KTH-RPL/dztimer"><img src="https://img.shields.io/badge/Windows-0078D6?st&logo=windows&logoColor=white" /> <a href="https://github.com/KTH-RPL/dztimer"><img src="https://img.shields.io/badge/mac%20os-000000?&logo=apple&logoColor=white" />
<!-- <img src="https://img.shields.io/pypi/pyversions/dztimer.svg" /></a> -->

Expand Down
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "dztimer"
version = "1.1.0"
version = "1.1.1"
description = "A beautiful timer from ufomap by Daniel Duberg, nanobind by Qingwen Zhang"
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -14,6 +14,12 @@ authors = [
]
classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[project.urls]
Expand Down

0 comments on commit 601a106

Please sign in to comment.