Skip to content

Commit f8d983e

Browse files
committed
bump version 1.1.1 -> 1.2.0
1 parent 88bc4ad commit f8d983e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyfluent_iterables/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"""
44

55
# Version of the package
6-
__version__ = "1.1.1"
6+
__version__ = "1.2.0"
77

88
from .fluent import fluent_dict, fluent_of, fluent, FluentIterable, FluentMapping # noqa

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyfluent-iterables"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "Fluent API wrapper for Python collections"
55
authors = ["Jan Michelfeit"]
66
license = "MIT License"
@@ -23,7 +23,7 @@ requires = ["poetry-core>=1.0.0"]
2323
build-backend = "poetry.core.masonry.api"
2424

2525
[tool.bumpver]
26-
current_version = "1.1.1"
26+
current_version = "1.2.0"
2727
version_pattern = "MAJOR.MINOR.PATCH"
2828
commit_message = "bump version {old_version} -> {new_version}"
2929
commit = true

0 commit comments

Comments
 (0)