Skip to content

Commit 071d9c5

Browse files
committed
v1.2.4
1 parent ec5da2f commit 071d9c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
with open("requirements.txt", "r") as f:
99
requirements = f.read().split("\n")
1010

11-
versionName = sys.argv[1].replace("refs/tags/v", "")
12-
del sys.argv[1]
11+
versionName = "1.2.4"
1312

1413
setuptools.setup(
1514
name="torch_pitch_shift",

0 commit comments

Comments
 (0)