Skip to content

Commit 2c5517f

Browse files
update docs
1 parent 84572a7 commit 2c5517f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
[![PyPI](https://img.shields.io/pypi/v/dialoget?style=flat-square)](https://pypi.org/project/dialoget/)
44
[![Supported Python versions](https://img.shields.io/pypi/pyversions/dialoget.svg)](https://pypi.org/project/dialoget/)
5-
[![Downloads](https://static.pepy.tech/badge/dialoget/month)](https://pepy.tech/project/dialoget)
65
[![check](https://github.com/dialoget/python/actions/workflows/check.yml/badge.svg)](https://github.com/dialoget/python/actions/workflows/check.yml)
7-
[![Documentation Status](https://docs.org/dialoget/python/badge/?version=latest)](https://docs.dialoget.com/en/latest/?badge=latest)
86

97
python.dialoget.com is a test framework for multilanguage source code, based on decorators
108

@@ -112,9 +110,9 @@ This command will generate distribution files in the newly created `dist/` direc
112110

113111

114112
+ [Versioning - Hatch](https://hatch.pypa.io/latest/version/)
115-
```bash
116-
hatch version release
117-
```
113+
```bash
114+
hatch version release
115+
```
118116

119117
### Publish
120118
After the build completes successfully, upload the new distribution files to the Python Package Index (PyPI).

0 commit comments

Comments
 (0)