Skip to content

Commit

Permalink
Merge pull request #616 from MLecardonnel/feature/bump
Browse files Browse the repository at this point in the history
Bump version 2.7.6.
  • Loading branch information
guillaume-vignal authored Jan 10, 2025
2 parents f5df5f7 + 139e74f commit c1af444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "shapash"
version = "2.7.5"
version = "2.7.6"
authors = [
{name = "Yann Golhen"},
{name = "Sebastien Bidault"},
Expand Down
2 changes: 1 addition & 1 deletion shapash/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (2, 7, 5)
VERSION = (2, 7, 6)

__version__ = ".".join(map(str, VERSION))

0 comments on commit c1af444

Please sign in to comment.