Skip to content

Commit d12db8f

Browse files
committed
build: prepare for publishing on pypi
1 parent c8ed5a5 commit d12db8f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

nextcore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
if TYPE_CHECKING:
2727
from typing import Final
2828

29-
__version__: Final[str] = "1.0.0a"
29+
__version__: Final[str] = "2.0.0"
3030
__all__: Final[tuple[str, ...]] = ("__version__",)

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[tool.poetry]
22
name = "nextcore"
3-
version = "1.0.0a"
3+
version = "2.0.0"
44
description = "A low level Discord API wrapper"
55
authors = ["nextcore developers"]
66
license = "MIT"
77
classifiers = [
8-
"Private :: Do Not Upload",
98
"Development Status :: 3 - Alpha",
109
"Framework :: AsyncIO",
1110
"Framework :: aiohttp",

0 commit comments

Comments
 (0)