Skip to content

Commit dae358f

Browse files
committed
version bump prior to release
1 parent a591a8f commit dae358f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

forcedalignment2/forcedalignment2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
#A version label of the underlying tool and/or this CLAM wrapper
5353
#(If you can derive this dynamically then that is strongly recommended!)
54-
#SYSTEM_VERSION = 0.1
54+
SYSTEM_VERSION = "0.2"
5555

5656
#The author(s) of the underlying tool and/or this CLAM wrapper
5757
#(If you can derive this dynamically then that is strongly recommended!)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def getreadme():
1515

1616
setup(
1717
name = "forcedalignment2",
18-
version = "0.1", #make sure SYSTEM_VERSION in your service configuration is set to the same value!
18+
version = "0.2", #make sure SYSTEM_VERSION in your service configuration is set to the same value!
1919
author = "Louis ten Bosch", #adapt this
2020
description = ("Forced Alignment 2"),
2121
license = "GPL",

0 commit comments

Comments
 (0)