Skip to content

Commit

Permalink
Bumping version and creating release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrirs committed Mar 2, 2018
1 parent 7042d84 commit c895cfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/combine.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python
# coding=utf-8
__version__ = "2.2.0"
__version__ = "2.3.0"
# When modifying remember to issue a new tag command in git before committing, then push the new tag
# git tag -a v2.2.0 -m "v2.2.0"
# git tag -a v2.3.0 -m "v2.3.0"
# git push origin --tags
"""
Python script that generates the necessary mp4box -cat commands to concatinate multiple video files
Expand Down
2 changes: 1 addition & 1 deletion src/constant.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# coding=utf-8
__version__ = "2.1.0"
__version__ = "2.3.0"
"""
Constants declaration for the combine.py script.
Expand Down

0 comments on commit c895cfb

Please sign in to comment.