Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vduseev committed Nov 9, 2021
1 parent d054f23 commit 0dfad2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion opensearch_logger/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Current version of the package."""

__version__ = "1.0.0"
__version__ = "1.1.0"
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 = "opensearch-logger"
version = "1.0.0"
version = "1.1.0"

authors = ["vduseev <[email protected]>", "IMInterne <[email protected]>"]
maintainers = ["vduseev <[email protected]>"]
Expand Down Expand Up @@ -51,4 +51,4 @@ pytest-mypy = "^0.8.1"

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

0 comments on commit 0dfad2d

Please sign in to comment.