Fix README and update version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2022-09-12 20:21:38 +00:00
parent 8f507b0fcd
commit 051111b58d
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ docker run -p 5000 \
### 2) Without Docker ### 2) Without Docker
- Install [Python 3](https://www.python.org/downloads/) - Install [Python 3](https://www.python.org/downloads/)
- Install [Pip](https://pip.pypa.io/en/stable/installing/) - Install [Pip](https://pip.pypa.io/en/stable/installation/)
- Run `pip install divent` - Run `pip install divent`
- Run - Run
```bash ```bash

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "divent" name = "divent"
version = "2.0.0" version = "2.0.1"
description = "The discord scheduled event calendar generator" description = "The discord scheduled event calendar generator"
authors = ["Xéfir Destiny"] authors = ["Xéfir Destiny"]
license = "WTFPL" license = "WTFPL"