Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
tekofx committed Feb 23, 2022
1 parent 1360bcf commit ef1512c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ef1512c

Please sign in to comment.