We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b50179 commit b3fd9cbCopy full SHA for b3fd9cb
setup.py
@@ -45,7 +45,7 @@ def run(self):
45
46
47
setuptools.setup(name='warmuppy',
48
- version='0.1',
+ version='0.2',
49
description="A vocal warmup helper",
50
author="Alessandro Grassi",
51
author_email="alessandro@aggro.it",
src/warmuppy/constants.py
@@ -1,5 +1,5 @@
1
APPLICATION_NAME = 'Warmuppy'
2
-APPLICATION_VERSION = '0.1'
+APPLICATION_VERSION = '0.2'
3
4
DEFAULT_BPM = 100
5
DEFAULT_CUT = 0.02
0 commit comments