Skip to content

Commit

Permalink
Add version info
Browse files Browse the repository at this point in the history
  • Loading branch information
salu133445 committed Jan 25, 2018
1 parent 40769e6 commit 9a8625e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pypianoroll/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- save/load with efficient sparse matrix representation
- write to MIDI file
"""
from .version import __version__
from .track import Track
from .multitrack import Multitrack
from .pypianoroll import (is_pianoroll, binarize, clip, copy, pad, pad_to_same,
Expand Down
1 change: 1 addition & 0 deletions pypianoroll/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '0.0.1'

0 comments on commit 9a8625e

Please sign in to comment.