From d0068f961d7871db2e778f03a6f187003600b909 Mon Sep 17 00:00:00 2001 From: Vianney Mixtur Date: Sun, 12 Nov 2023 19:48:21 +0100 Subject: [PATCH] bump version 0.17.0 -> 0.18.0 --- monggregate/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/monggregate/__init__.py b/monggregate/__init__.py index 1b15179..71b8575 100644 --- a/monggregate/__init__.py +++ b/monggregate/__init__.py @@ -5,7 +5,7 @@ from monggregate.pipeline import Pipeline -__version__ = "0.17.0" +__version__ = "0.18.0" __author__ = "Vianney Mixtur" __contact__ = "prenom.nom@outlook.fr" __copyright__ = "Copyright © 2022 Vianney Mixtur" diff --git a/pyproject.toml b/pyproject.toml index 5779cb9..e54187f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "monggregate" -version = "0.17.0" +version = "0.18.0" description = "MongoDB aggregation pipelines made easy. Joins, grouping, counting and much more..." readme = "README.md" authors = [{ name = "Vianney Mixtur", email = "vianney.mixtur@outlook.fr" }] @@ -39,7 +39,7 @@ Homepage = "https://github.com/VianneyMI/monggregate" documentation = "https://vianneymi.github.io/monggregate/" [tool.bumpver] -current_version = "0.17.0" +current_version = "0.18.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true