We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab95e9a commit 8e3be1cCopy full SHA for 8e3be1c
pyproject.toml
@@ -4,7 +4,7 @@ requires = ["setuptools", "setuptools-scm"]
4
5
[project]
6
classifiers = [
7
- "Development Status :: 5 - Production/Stable",
+ "Development Status :: 4 - Beta",
8
"Framework :: AsyncIO",
9
"Intended Audience :: Developers",
10
"Natural Language :: English",
@@ -32,7 +32,7 @@ maintainers = [
32
name = "hikari-flare"
33
readme = "README.md"
34
requires-python = ">=3.10,<3.12"
35
-version = "0.1.0"
+version = "0.1.0b1"
36
37
[project.urls]
38
Repository = "https://github.com/brazier-dev/hikari-flare/"
0 commit comments