diff --git a/setup.py b/setup.py index e272847..458b080 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="pomody", # How you named your package folder (MyLib) packages=["pomody"], # Chose the same as "name" - version="0.5", # Start with a small number and increase it with every change you make + version="0.5.1", # Start with a small number and increase it with every change you make license="MIT", # Chose a license from here: https://help.github.com/articles/licensing-a-repository description="A pomodoro CLI app", # Give a short description about your library long_description=long_description,