Skip to content

Commit

Permalink
Bump version (2.8.0rc2) (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuzu-Typ authored Nov 24, 2024
1 parent 92ec159 commit 8ea4408
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0rc1
2.8.0rc2
2 changes: 1 addition & 1 deletion glm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pyglm.glm import *
from pyglm import glm_typing, typing
from pyglm import glm_typing, typing, __version__

import warnings as __warnings

Expand Down
3 changes: 2 additions & 1 deletion pyglm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from . import glm
from . import glm_typing
typing = glm_typing
typing = glm_typing
__version__ = glm.__version__

0 comments on commit 8ea4408

Please sign in to comment.