Skip to content

Commit

Permalink
Bump version number to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregchapman-dev committed Aug 28, 2022
1 parent 5745cb2 commit f651f4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build_dist.commands
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# FIRST edit setup.py to change version number and maybe dependencies.
# MAYBE README, too, if dependencies changed.

# Clean up previous stuff:
rm -r __pycache__
rm -r musicdiff/__pycache__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools import setup, find_packages
import pathlib

musicdiffversion = '1.3.0'
musicdiffversion = '1.4.0'

here = pathlib.Path(__file__).parent.resolve()

Expand Down

0 comments on commit f651f4b

Please sign in to comment.