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"