Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mathijs-dumon committed Dec 10, 2015
1 parent fb017fc commit aeb45ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bump_version_to.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def update_version(filename, version):
print subprocess.check_output(['git', 'add', 'pyxrd/__version.py'])
print subprocess.check_output(['git', 'add', 'mvc/__version.py'])
print subprocess.check_output(['git', 'commit', '-m', 'Version bump'])
print subprocess.check_output(['git', 'tag', '-a', sys.argv[1], '-m', '%s' % sys.argv[1]])
print subprocess.check_output(['git', 'tag', '-a', 'v%s' % sys.argv[1], '-m', 'v%s' % sys.argv[1]])
1 change: 1 addition & 0 deletions mvc/__version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@
__version__ = ""



1 change: 1 addition & 0 deletions pyxrd/__version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
__version__ = ""



0 comments on commit aeb45ef

Please sign in to comment.