Skip to content

Commit

Permalink
Change version to 0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lzqlzzq committed Sep 28, 2023
1 parent 8fd3547 commit e9aa5f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,13 @@ def build_extension(self, ext: CMakeExtension) -> None:
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="symusic",
version="0.0.1",
version="0.0.2",
author="Yikai Liao",
author_email="[email protected]",
description="A high performance MIDI file parser with comprehensible interface.",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
license=open('LICENSE').read(),
packages=["."],
ext_modules=[CMakeExtension("")],
cmdclass={"build_ext": CMakeBuild},
Expand Down

0 comments on commit e9aa5f6

Please sign in to comment.