Skip to content

Commit 5e90a9f

Browse files
committed
Update 1.0.0
1 parent 4c0b9e1 commit 5e90a9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__all__ = ["Window", "World", "Entity", "ControlType", "const", "MouseButton", "CollisionCauses",
99
"WorldCallbacks", "GameState"]
10-
__version__="0.2.0-DEV"
10+
__version__="1.0.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# https://pypi.python.org/pypi?%3Aaction=list_classifiers.
2727
classifiers=[
2828
"Programming Language :: Python",
29-
"Development Status :: 2 - Pre-Alpha",
29+
"Development Status :: 5 - Production/Stable",
3030
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
3131
"Natural Language :: English",
3232
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)