We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5df5f7 + 139e74f commit c1af444Copy full SHA for c1af444
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "shapash"
7
-version = "2.7.5"
+version = "2.7.6"
8
authors = [
9
{name = "Yann Golhen"},
10
{name = "Sebastien Bidault"},
shapash/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (2, 7, 5)
+VERSION = (2, 7, 6)
2
3
__version__ = ".".join(map(str, VERSION))
0 commit comments