Add version target in toplevel Makefile

This commit is contained in:
Sylvain Tricot 2019-11-15 16:07:48 +01:00
parent 85cc7d788a
commit 923f5580e8
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ clean:
@rm -rf *.setup
version:
@./CI/make_version.sh
@python ./CI/update_version.py
purge: clean

View File

@ -1 +1 @@
MsSpec-1.3post4
MsSpec-1.4post1

View File

@ -1 +1 @@
__version__ = '1.3post4'
__version__ = '1.4post1'

View File

@ -1 +1 @@
__version__ = '1.3post4'
__version__ = '1.4post1'