Skip to content

Commit 0b87b29

Browse files
committed
add inplace argument
1 parent a04719d commit 0b87b29

File tree

4 files changed

+445
-582
lines changed

4 files changed

+445
-582
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
130130
# logic and declaration, and simpler if you include description/version in a file.
131131
setup(
132132
name="symusic",
133-
version="0.1.3",
133+
version="0.1.4",
134134
author="Yikai Liao",
135135
author_email="lyk-boya@outlook.com",
136136
description="A high performance MIDI file parser with comprehensible interface.",

0 commit comments

Comments
 (0)