Skip to content

Commit aaf4cc0

Browse files
committed
bump version 2.0.1 -> 2.0.2
1 parent 0eba9b1 commit aaf4cc0

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__ = "2.0.1"
6+
__version__ = "2.0.2"
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 = "2.0.1"
3+
version = "2.0.2"
44
description = "Fluent API wrapper for Python collections"
55
authors = ["Jan Michelfeit"]
66
license = "MIT License"
@@ -25,7 +25,7 @@ requires = ["poetry-core>=1.0.0"]
2525
build-backend = "poetry.core.masonry.api"
2626

2727
[tool.bumpver]
28-
current_version = "2.0.1"
28+
current_version = "2.0.2"
2929
version_pattern = "MAJOR.MINOR.PATCH"
3030
commit_message = "bump version {old_version} -> {new_version}"
3131
commit = true

0 commit comments

Comments
 (0)