Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Dec 12, 2023
1 parent 7ad90e2 commit 8e55dc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
2.0
2 changes: 1 addition & 1 deletion cpp/StftPitchShift/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

namespace stftpitchshift
{
const std::string StftPitchShiftVersion = "2";
const std::string StftPitchShiftVersion = "2.0";
}
2 changes: 1 addition & 1 deletion python/stftpitchshift/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2"
__version__ = "2.0"

from stftpitchshift.stftpitchshift import StftPitchShift

0 comments on commit 8e55dc6

Please sign in to comment.