Skip to content

Commit

Permalink
Include pyi files in pip package, bump version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 458485003
  • Loading branch information
cghawthorne authored and Magenta Team committed Jul 1, 2022
1 parent 25fa9ce commit a7ea6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion note_seq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
pulling in all the dependencies in __init__.py.
"""

__version__ = "0.0.4"
__version__ = "0.0.5"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
],
keywords='note_seq note sequences',
packages=find_packages(),
package_data={'note_seq': ['*.pyi', '**/*.pyi']},
install_requires=REQUIRED_PACKAGES,
setup_requires=['pytest-runner', 'pytest-pylint'],
tests_require=[
Expand Down

0 comments on commit a7ea6b3

Please sign in to comment.