Skip to content

Commit dd14e7d

Browse files
committed
Update version
1 parent 7642e3c commit dd14e7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/StftPitchShift/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
#include <string>
44

5-
const std::string StftPitchShiftVersion = "1.1";
5+
const std::string StftPitchShiftVersion = "1.2";

python/stftpitchshift/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.1"
1+
__version__ = "1.2"
22

33
from stftpitchshift.stftpitchshift import StftPitchShift

0 commit comments

Comments
 (0)