Skip to content

Commit

Permalink
Bump version to 0.7.0a3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aermoss committed Aug 29, 2024
1 parent 3f8c404 commit 093ff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdl3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A pure Python wrapper for SDL3."""

__version__ = "0.7.0a2"
__version__ = "0.7.0a3"

import sys, os, requests, ctypes, platform, inspect, array

Expand Down

0 comments on commit 093ff83

Please sign in to comment.