Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 2e38fe1

Browse files
committed
chore: 0.1.0 stable release
1 parent 191c737 commit 2e38fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discatcore/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ class VersionInfo(NamedTuple):
1717
major: int
1818
minor: int
1919
patch: int
20-
release_level: Literal["alpha", "beta", "release candidate", "final"]
20+
release_level: Literal["alpha", "beta", "candidate", "final"]
2121
build_metadata: int
2222

2323

2424
version_info: VersionInfo = VersionInfo(
25-
major=0, minor=1, patch=0, release_level="alpha", build_metadata=0
25+
major=0, minor=1, patch=0, release_level="final", build_metadata=0
2626
)
2727

2828
__all__ = (

0 commit comments

Comments
 (0)