Skip to content

Commit

Permalink
doc: updated version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamabreu committed Dec 27, 2021
1 parent bec5b65 commit 87aa614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kingdom_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Define the package's version.
# - Is used for indexing and distributing the package
# - Follow the conventions defined by PEP440
__version__ = "1.0.0dev1"
__version__ = "1.0.0"


def _get_base_dir() -> str:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
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"
Expand Down

0 comments on commit 87aa614

Please sign in to comment.