Skip to content

Commit b3fd9cb

Browse files
committed
Bump version
1 parent 5b50179 commit b3fd9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def run(self):
4545

4646

4747
setuptools.setup(name='warmuppy',
48-
version='0.1',
48+
version='0.2',
4949
description="A vocal warmup helper",
5050
author="Alessandro Grassi",
5151
author_email="alessandro@aggro.it",

src/warmuppy/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APPLICATION_NAME = 'Warmuppy'
2-
APPLICATION_VERSION = '0.1'
2+
APPLICATION_VERSION = '0.2'
33

44
DEFAULT_BPM = 100
55
DEFAULT_CUT = 0.02

0 commit comments

Comments
 (0)