From ef1512c3fe99d5c16e4c2c868b822dbbe3751a80 Mon Sep 17 00:00:00 2001 From: tekofx Date: Wed, 23 Feb 2022 12:52:05 +0100 Subject: [PATCH] Updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,