diff --git a/readme.md b/README.md similarity index 100% rename from readme.md rename to README.md diff --git a/setup.py b/setup.py index b95f7ce..5326f8d 100644 --- a/setup.py +++ b/setup.py @@ -2,11 +2,11 @@ from setuptools import setup, find_packages -version = "0.2.2" +version = "0.3.0" # Read the contents of README file source_root = Path(".") -with (source_root / "readme.md").open(encoding="utf-8") as f: +with (source_root / "README.md").open(encoding="utf-8") as f: long_description = f.read() # Read the requirements