Skip to content

Commit

Permalink
Bump sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
pvragov committed Dec 9, 2023
1 parent f022d23 commit 7f35762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.8"
__version__ = "1.1.0a3"
__title__ = "cybsi-cloud-sdk"
__description__ = "Cybsi Cloud development kit"
__license__ = "Apache License 2.0"
Expand Down
4 changes: 2 additions & 2 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.8"
version = "1.1.0a3"
description = "Cybsi Cloud development kit"
authors = ["Cybsi Cloud developers"]
license = "Apache License 2.0"
Expand Down Expand Up @@ -36,7 +36,7 @@ extend_skip = ["__init__.py"]
[tool.tbump]

[tool.tbump.version]
current = "1.0.8"
current = "1.1.0a3"

regex = '''
^
Expand Down

0 comments on commit 7f35762

Please sign in to comment.