Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xstasi committed Apr 26, 2021
1 parent 5b50179 commit b3fd9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run(self):


setuptools.setup(name='warmuppy',
version='0.1',
version='0.2',
description="A vocal warmup helper",
author="Alessandro Grassi",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/warmuppy/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APPLICATION_NAME = 'Warmuppy'
APPLICATION_VERSION = '0.1'
APPLICATION_VERSION = '0.2'

DEFAULT_BPM = 100
DEFAULT_CUT = 0.02
Expand Down

0 comments on commit b3fd9cb

Please sign in to comment.