File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
# pyproject.toml
2
2
3
+ [build-system ]
4
+ requires = [" hatchling" ]
5
+ build-backend = " hatchling.build"
6
+
7
+ [tool .hatch .build .targets .wheel ]
8
+ packages = [" src/monggregate" ]
9
+
10
+ [tool .hatch .build .targets .sdist ]
11
+ include = [
12
+ " /src" ,
13
+ " /LICENSE" ,
14
+ " /readme.md" ,
15
+ " /pyproject.toml" ,
16
+ ]
17
+
3
18
[project ]
4
19
name = " monggregate"
5
- version = " 0.22.0 "
20
+ version = " 0.22.1 "
6
21
description = " MongoDB aggregation pipelines made easy. Joins, grouping, counting and much more..."
7
- readme = " README .md"
22
+ readme = " readme .md"
8
23
authors = [{ name = " Vianney Mixtur" , email = " vianney.mixtur@outlook.fr" }]
9
24
license = { file = " LICENSE" }
10
25
classifiers = [
@@ -33,7 +48,7 @@ Homepage = "https://github.com/VianneyMI/monggregate"
33
48
documentation = " https://vianneymi.github.io/monggregate/"
34
49
35
50
[tool .bumpver ]
36
- current_version = " 0.22.0 "
51
+ current_version = " 0.22.1 "
37
52
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
38
53
commit_message = " bump version {old_version} -> {new_version}"
39
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