Skip to content

Commit 83368ed

Browse files
authored
Release v1.0.0 (#26)
* Bump version to 1.0.0 * Change Development status to production
1 parent d84b9b2 commit 83368ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def build_extension(self, ext):
167167
python_requires=">=3.8",
168168
classifiers=[
169169
"License :: OSI Approved :: Nethack General Public License",
170-
"Development Status :: 4 - Beta",
170+
"Development Status :: 5 - Production/Stable",
171171
"Operating System :: POSIX :: Linux",
172172
"Operating System :: MacOS",
173173
"Programming Language :: Python :: 3",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0rc1
1+
1.0.0

0 commit comments

Comments
 (0)