Skip to content

Commit

Permalink
VERSION Do an alpha release before we commit to the 3.1.9 final release
Browse files Browse the repository at this point in the history
Mostly the concern is with the build system, but need windows checking as well
  • Loading branch information
mcfletch committed Dec 31, 2024
1 parent 5d07dc2 commit 90bf9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenGL/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Declares the current version for use in setuptools and the like"""

__version__ = "3.1.9"
__version__ = "3.1.9a1"
2 changes: 1 addition & 1 deletion accelerate/OpenGL_accelerate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
script in the top level of the PyOpenGL source package.
"""

__version__ = "3.1.9"
__version__ = "3.1.9a1"
__version_tuple__ = (3, 1, 9)

0 comments on commit 90bf9f6

Please sign in to comment.