Skip to content

Commit f6dc864

Browse files
committed
bump version 0.22.0 -> 0.22.1
1 parent f053233 commit f6dc864

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include = [
1717

1818
[project]
1919
name = "monggregate"
20-
version = "0.22.0"
20+
version = "0.22.1"
2121
description = "MongoDB aggregation pipelines made easy. Joins, grouping, counting and much more..."
2222
readme = "readme.md"
2323
authors = [{ name = "Vianney Mixtur", email = "vianney.mixtur@outlook.fr" }]
@@ -48,7 +48,7 @@ Homepage = "https://github.com/VianneyMI/monggregate"
4848
documentation = "https://vianneymi.github.io/monggregate/"
4949

5050
[tool.bumpver]
51-
current_version = "0.22.0"
51+
current_version = "0.22.1"
5252
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
5353
commit_message = "bump version {old_version} -> {new_version}"
5454
commit = true

src/monggregate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__all__ = ["Pipeline", "S", "SS"]
77

8-
__version__ = "0.22.0"
8+
__version__ = "0.22.1"
99
__author__ = "Vianney Mixtur"
1010
__contact__ = "prenom.nom@outlook.fr"
1111
__copyright__ = "Copyright © 2022-2024 Vianney Mixtur"

0 commit comments

Comments
 (0)