File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ include = [
17
17
18
18
[project ]
19
19
name = " monggregate"
20
- version = " 0.22.0 "
20
+ version = " 0.22.1 "
21
21
description = " MongoDB aggregation pipelines made easy. Joins, grouping, counting and much more..."
22
22
readme = " readme.md"
23
23
authors = [{ name = " Vianney Mixtur" , email = " vianney.mixtur@outlook.fr" }]
@@ -48,7 +48,7 @@ Homepage = "https://github.com/VianneyMI/monggregate"
48
48
documentation = " https://vianneymi.github.io/monggregate/"
49
49
50
50
[tool .bumpver ]
51
- current_version = " 0.22.0 "
51
+ current_version = " 0.22.1 "
52
52
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
53
53
commit_message = " bump version {old_version} -> {new_version}"
54
54
commit = true
Original file line number Diff line number Diff line change 5
5
6
6
__all__ = ["Pipeline" , "S" , "SS" ]
7
7
8
- __version__ = "0.22.0 "
8
+ __version__ = "0.22.1 "
9
9
__author__ = "Vianney Mixtur"
10
10
__contact__ = "prenom.nom@outlook.fr"
11
11
__copyright__ = "Copyright © 2022-2024 Vianney Mixtur"
You can’t perform that action at this time.
0 commit comments