Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainbow-Dreamer committed Aug 4, 2024
1 parent f717e2a commit 709bb0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion musicpy/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -3417,7 +3417,7 @@ def merge_track(self,
n,
mode='after',
start_time=0,
ind_mode=0,
ind_mode=1,
include_last_interval=False):
temp = copy(self)
temp2 = copy(n)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
name='musicpy',
packages=find_packages(),
package_data={'musicpy': ['./*']},
version='6.91',
version='6.92',
license='LGPLv2.1',
description=
'Musicpy is a music programming language in Python designed to write music in very handy syntax through music theory and algorithms.',
author='Rainbow-Dreamer',
author_email='1036889495@qq.com',
url='https://github.com/Rainbow-Dreamer/musicpy.git',
download_url=
'https://github.com/Rainbow-Dreamer/musicpy/archive/6.91.tar.gz',
'https://github.com/Rainbow-Dreamer/musicpy/archive/6.92.tar.gz',
keywords=[
'music language', 'use codes to write music', 'music language for AI'
],
Expand Down

0 comments on commit 709bb0f

Please sign in to comment.