File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
52
52
#A version label of the underlying tool and/or this CLAM wrapper
53
53
#(If you can derive this dynamically then that is strongly recommended!)
54
- # SYSTEM_VERSION = 0.1
54
+ SYSTEM_VERSION = "0.2"
55
55
56
56
#The author(s) of the underlying tool and/or this CLAM wrapper
57
57
#(If you can derive this dynamically then that is strongly recommended!)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def getreadme():
15
15
16
16
setup (
17
17
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!
19
19
author = "Louis ten Bosch" , #adapt this
20
20
description = ("Forced Alignment 2" ),
21
21
license = "GPL" ,
You can’t perform that action at this time.
0 commit comments