Bump version, add rpm build script

This commit is contained in:
f3flight 2016-06-10 01:52:53 +00:00
parent 9b6605aeec
commit 15a0c5bd8b
2 changed files with 4 additions and 1 deletions

3
build-rpm.sh Executable file
View File

@ -0,0 +1,3 @@
#/usr/bin/bash
python ./setup.py bdist_rpm --requires 'python >= 2.6'

View File

@ -1,5 +1,5 @@
project_name = 'timmy'
version = '1.4.0'
version = '1.5.0'
if __name__ == '__main__':
exit(0)