From 019d81d198312173516938984619d383cf53d1a0 Mon Sep 17 00:00:00 2001 From: Vianney Mixtur Date: Thu, 26 Oct 2023 23:02:35 +0200 Subject: [PATCH] bump version 0.16.2 -> 0.17.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 33fb14e..1b15179 100644 --- a/monggregate/__init__.py +++ b/monggregate/__init__.py @@ -5,7 +5,7 @@ from monggregate.pipeline import Pipeline -__version__ = "0.16.2" +__version__ = "0.17.0" __author__ = "Vianney Mixtur" __contact__ = "prenom.nom@outlook.fr" __copyright__ = "Copyright © 2022 Vianney Mixtur" diff --git a/pyproject.toml b/pyproject.toml index d0031bc..5779cb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "monggregate" -version = "0.16.2" +version = "0.17.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.16.2" +current_version = "0.17.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true