We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec5b65 commit 87aa614Copy full SHA for 87aa614
2 files changed
kingdom_sdk/__init__.py
@@ -3,7 +3,7 @@
3
# Define the package's version.
4
# - Is used for indexing and distributing the package
5
# - Follow the conventions defined by PEP440
6
-__version__ = "1.0.0dev1"
+__version__ = "1.0.0"
7
8
9
def _get_base_dir() -> str:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "kingdom-sdk"
-version = "1.0.0dev1"
+version = "1.0.0"
description = "Library containing the core modules for the kingdom-python-server"
authors = ["William Abreu <william@t10.digital>"]
license = "MIT License"
0 commit comments