Skip to content

Commit 2a19ede

Browse files
committed
bump to 1.0.0
1 parent 45eef86 commit 2a19ede

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tool.poetry]
22
name = "qbreader"
3-
version = "1.0.0-rc.3"
3+
version = "1.0.0"
44
description = "Quizbowl library and Python wrapper for the qbreader API"
55
authors = [
6-
"Sky \"g3ner1c\" Hong <g3ner1c-sky@pm.me>",
6+
"Sky \"skysomoprhic\" Hong <skysomorphic@pm.me>",
77
"Rohan Arni",
88
"Geoffrey Wu <[email protected]>",
99
]
@@ -14,7 +14,7 @@ repository = "https://github.com/qbreader/python-module"
1414
documentation = "https://python-qbreader.readthedocs.io/"
1515
keywords = ["quizbowl", "quiz bowl", "qbreader"]
1616
classifiers = [
17-
"Development Status :: 4 - Beta",
17+
"Development Status :: 5 - Production/Stable",
1818
"Intended Audience :: Developers",
1919
"Intended Audience :: Education",
2020
"Intended Audience :: Science/Research",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires =
44
envlist =
55
lint
66
type
7-
py311
7+
py313
88
docs
99

1010
[testenv]

0 commit comments

Comments
 (0)