Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomusy committed Jan 24, 2021
1 parent 957b3fd commit 4e86a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pianoplayer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###########################################################
__author__ = "Marco Musy"
__email__ = "marco.musy@gmail.com"
__version__ = "2.2.0" # defined in setup.py and README.md
__version__ = "2.2.0" # defined in setup.py
__status__ = "dev"
__website__ = "https://github.com/marcomusy/pianoplayer"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pianoplayer',
version='2.1.1', #change also in __init__.py and README.md
version='2.2.0', #change also in __init__.py
packages=['pianoplayer'],
scripts=['bin/pianoplayer'],
install_requires=['music21','vedo'],
Expand Down

0 comments on commit 4e86a4f

Please sign in to comment.