From 051111b58db3df433932ba437b52831a4c531c8d Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 12 Sep 2022 20:21:38 +0000 Subject: [PATCH] Fix README and update version --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa03db4..c12bdb9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ docker run -p 5000 \ ### 2) Without Docker - 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 ```bash diff --git a/pyproject.toml b/pyproject.toml index 65d6cd6..e7c412d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "divent" -version = "2.0.0" +version = "2.0.1" description = "The discord scheduled event calendar generator" authors = ["XĂ©fir Destiny"] license = "WTFPL"