Skip to content

Commit

Permalink
bump version 1.2.0 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mifeet committed Dec 7, 2024
1 parent c2badbf commit 3cae41e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyfluent_iterables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"""

# Version of the package
__version__ = "1.2.0"
__version__ = "2.0.0"

from .fluent import fluent_dict, fluent_of, fluent, FluentIterable, FluentMapping # noqa
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 = "pyfluent-iterables"
version = "1.2.0"
version = "2.0.0"
description = "Fluent API wrapper for Python collections"
authors = ["Jan Michelfeit"]
license = "MIT License"
Expand All @@ -24,7 +24,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.bumpver]
current_version = "1.2.0"
current_version = "2.0.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 3cae41e

Please sign in to comment.