Skip to content

Commit

Permalink
VERSION Bump version for build to test fixed package discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Jan 2, 2025
1 parent 0e79045 commit 1a09280
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.9a1"
__version__ = "3.1.9a2"
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.9a1"
__version__ = "3.1.9a2"
__version_tuple__ = (3, 1, 9)

0 comments on commit 1a09280

Please sign in to comment.