Skip to content

Commit e297bef

Browse files
committed
Update the README
1 parent 7738dfb commit e297bef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ we have to [use an API token](https://pypi.org/help/#apitoken).
5656
If all goes well, tag the release:
5757

5858
```shell
59-
git tag
59+
git tag -a v0.7.1 -m "Version 0.7.1"
60+
git push origin v0.7.1
6061
```
6162

6263
### Extracting Documentation

0 commit comments

Comments
 (0)