Skip to content

Commit c1af444

Browse files
Merge pull request #616 from MLecardonnel/feature/bump
Bump version 2.7.6.
2 parents f5df5f7 + 139e74f commit c1af444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "shapash"
7-
version = "2.7.5"
7+
version = "2.7.6"
88
authors = [
99
{name = "Yann Golhen"},
1010
{name = "Sebastien Bidault"},

shapash/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (2, 7, 5)
1+
VERSION = (2, 7, 6)
22

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

0 commit comments

Comments
 (0)