Skip to content

Commit bff18fc

Browse files
AermossAusreich
andcommitted
Bump version to 'v0.8.0b0'.
Co-Authored-By: Ausreich <52569907+Ausreich@users.noreply.github.com>
1 parent ef2c940 commit bff18fc

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,24 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "PySDL3"
77
description = "A pure Python wrapper for SDL3."
8-
readme = "README.md"
8+
readme = {file = "README.md", content-type = "text/markdown"}
99
authors = [
1010
{name = "Yusuf Rençber", email = "aermoss.0@gmail.com"}
1111
]
1212
dependencies = ["requests", "aiohttp"]
1313
dynamic = ["version"]
1414
classifiers = [
15-
"Development Status :: 3 - Alpha",
15+
"Development Status :: 4 - Beta",
1616
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: MIT License",
1817
"Operating System :: POSIX :: Linux",
1918
"Operating System :: Microsoft :: Windows",
19+
"License :: OSI Approved :: MIT License",
2020
"Programming Language :: Python :: 3.9",
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3.13",
25-
"Programming Language :: Python :: 3.14",
26-
"Topic :: Software Development :: Libraries :: Python Modules"
25+
"Programming Language :: Python :: 3.14"
2726
]
2827

2928
[project.urls]

sdl3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A pure Python wrapper for SDL3."""
22

3-
__version__ = "0.7.4a0"
3+
__version__ = "0.8.0b0"
44

55
import sys, os, requests, ctypes, platform, asyncio, aiohttp, re, inspect, array
66

0 commit comments

Comments
 (0)