Skip to content

Commit 87aa614

Browse files
committed
doc: updated version to v1.0.0
1 parent bec5b65 commit 87aa614

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kingdom_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Define the package's version.
44
# - Is used for indexing and distributing the package
55
# - Follow the conventions defined by PEP440
6-
__version__ = "1.0.0dev1"
6+
__version__ = "1.0.0"
77

88

99
def _get_base_dir() -> str:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kingdom-sdk"
3-
version = "1.0.0dev1"
3+
version = "1.0.0"
44
description = "Library containing the core modules for the kingdom-python-server"
55
authors = ["William Abreu <william@t10.digital>"]
66
license = "MIT License"

0 commit comments

Comments
 (0)