Skip to content

Commit

Permalink
bump version 0.14.0 -> 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VianneyMI committed Aug 6, 2023
1 parent 2e804d1 commit 112585f
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 @@ -3,7 +3,7 @@
from monggregate.pipeline import Pipeline
from monggregate.expressions.expressions import Expression

__version__ = "0.14.0"
__version__ = "0.14.1"
__author__ = "Vianney Mixtur"
__contact__ = "prenom.nom@outlook.fr"
__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.14.0"
version = "0.14.1"
description = "MongoDB aggregation pipelines made easy. Joins, grouping, counting and much more..."
readme = "README.md"
authors = [{ name = "Vianney Mixtur", email = "vianney.mixtur@outlook.fr" }]
Expand Down Expand Up @@ -35,7 +35,7 @@ dev = ["bumpver", "pytest", "mypy", "pylint"]
Homepage = "https://github.com/VianneyMI/monggregate"

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

0 comments on commit 112585f

Please sign in to comment.