Skip to content

Commit

Permalink
Bump sdk to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
perastov committed Sep 26, 2023
1 parent e885d14 commit 8db4c51
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release History
===============

1.0.1 (2023-09-26)
------------------

- Boost API client authentication
- Add license Apache License 2.0
- Fix documentation

1.0.0 (2023-08-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion cybsi/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
__title__ = "cybsi-cloud-sdk"
__description__ = "Cybsi Cloud development kit"
__license__ = "Apache License 2.0"
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cybsi-cloud-sdk"
version = "1.0.0"
version = "1.0.1"
description = "Cybsi Cloud development kit"
authors = ["Cybsi Cloud developers"]
license = "Apache License 2.0"
Expand Down Expand Up @@ -30,7 +30,7 @@ pytest = "^7.1.1"
tbump = "6.8.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.0.1"]
build-backend = "poetry.core.masonry.api"

[tool.isort]
Expand All @@ -40,7 +40,7 @@ extend_skip = ["__init__.py"]
[tool.tbump]

[tool.tbump.version]
current = "1.0.0"
current = "1.0.1"

regex = '''
^
Expand Down

0 comments on commit 8db4c51

Please sign in to comment.