Skip to content

Commit

Permalink
Increment version after merging fix for setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbruns committed Jul 8, 2019
1 parent 35065d1 commit 23af1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/openvr/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# 3) we can import it into your module module
# http://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package

__version__ = '1.4.1801'
__version__ = '1.4.1802'
2 changes: 1 addition & 1 deletion src/translate/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,4 +364,4 @@ def write_version(version, file_out):

if __name__ == '__main__':
# Increase sub_version for additional python-only releases within a single openvr version
main(sub_version=1)
main(sub_version=2)

0 comments on commit 23af1dc

Please sign in to comment.