Skip to content

Commit 47107bf

Browse files
committed
Add download badge
1 parent 6a8adf6 commit 47107bf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
<a href="https://codecov.io/gh/community-of-python/microbootstrap" target="_blank"><img src="https://codecov.io/gh/community-of-python/microbootstrap/branch/main/graph/badge.svg"></a>
77
<a href="https://pypi.org/project/microbootstrap/" target="_blank"><img src="https://img.shields.io/pypi/pyversions/microbootstrap"></a>
88
<a href="https://pypi.org/project/microbootstrap/" target="_blank"><img src="https://img.shields.io/pypi/v/microbootstrap"></a>
9+
<a href="https://pypistats.org/packages/microbootstrap" target="_blank"><img src="https://img.shields.io/pypi/dm/microbootstrap"></a>
910
</p>
1011

11-
# microbootstrap
12-
1312
<b>microbootstrap</b> helps you create applications with all necessary instruments already set up.
1413

1514
```python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
]
29-
version = "0.2.1"
29+
version = "0.2.2"
3030
description = "Package for bootstrapping new micro-services"
3131
authors = ["community-of-python"]
3232
readme = "README.md"

0 commit comments

Comments
 (0)