Skip to content

Commit

Permalink
build: prepare for publishing on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
TAG-Epic committed Jul 5, 2023
1 parent c8ed5a5 commit d12db8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nextcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
if TYPE_CHECKING:
from typing import Final

__version__: Final[str] = "1.0.0a"
__version__: Final[str] = "2.0.0"
__all__: Final[tuple[str, ...]] = ("__version__",)
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[tool.poetry]
name = "nextcore"
version = "1.0.0a"
version = "2.0.0"
description = "A low level Discord API wrapper"
authors = ["nextcore developers"]
license = "MIT"
classifiers = [
"Private :: Do Not Upload",
"Development Status :: 3 - Alpha",
"Framework :: AsyncIO",
"Framework :: aiohttp",
Expand Down

0 comments on commit d12db8f

Please sign in to comment.