Skip to content

Commit

Permalink
bump version 0.16.1 -> 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VianneyMI committed Sep 17, 2023
1 parent 0c2d995 commit 90853f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion monggregate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from monggregate.pipeline import Pipeline


__version__ = "0.16.1"
__version__ = "0.16.2"
__author__ = "Vianney Mixtur"
__contact__ = "[email protected]"
__copyright__ = "Copyright © 2022 Vianney Mixtur"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "monggregate"
version = "0.16.1"
version = "0.16.2"
description = "MongoDB aggregation pipelines made easy. Joins, grouping, counting and much more..."
readme = "README.md"
authors = [{ name = "Vianney Mixtur", email = "[email protected]" }]
Expand Down Expand Up @@ -35,7 +35,7 @@ dev = ["bumpver", "pytest", "mypy", "pylint"]
Homepage = "https://github.com/VianneyMI/monggregate"

[tool.bumpver]
current_version = "0.16.1"
current_version = "0.16.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 90853f3

Please sign in to comment.