Skip to content

Commit

Permalink
Bump incremental version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbruns committed Sep 5, 2022
1 parent 05bb1f9 commit 85bdaf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/xr/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

PYOPENXR_VERSION_MAJOR = 1
PYOPENXR_VERSION_MINOR = 0
PYOPENXR_VERSION_PATCH = 2501
PYOPENXR_VERSION_PATCH_INCREMENTAL = 1
PYOPENXR_VERSION_PATCH = 2502
PYOPENXR_VERSION_PATCH_INCREMENTAL = 2
PYOPENXR_VERSION_SUFFIX = ""
PYOPENXR_VERSION = "1.0.2501"
PYOPENXR_VERSION = "1.0.2502"


class Version(object):
Expand Down

0 comments on commit 85bdaf3

Please sign in to comment.