diff --git a/setup.py b/setup.py index fb093b5..2484086 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup from pathlib import Path -version = "1.0.3" +version = "1.0.4" long_description = (Path(__file__).parent / "README.md").read_text(encoding="utf-8") setup(