diff --git a/setup.py b/setup.py index a56fc27..f8d7e1b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="pydoro", - version="0.1.3", + version="0.1.4", # Get the description from second line & remove `*` character description=long_description.splitlines()[2][1:-1], long_description=long_description,