Skip to content

Commit f651f4b

Browse files
Bump version number to 1.4.0
1 parent 5745cb2 commit f651f4b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build_dist.commands

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# FIRST edit setup.py to change version number and maybe dependencies.
2+
# MAYBE README, too, if dependencies changed.
3+
14
# Clean up previous stuff:
25
rm -r __pycache__
36
rm -r musicdiff/__pycache__

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import setup, find_packages
1414
import pathlib
1515

16-
musicdiffversion = '1.3.0'
16+
musicdiffversion = '1.4.0'
1717

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

0 commit comments

Comments
 (0)