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 9b4931a + fe77c17 commit 8ebdb85Copy full SHA for 8ebdb85
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "shapash"
7
-version = "2.7.3"
+version = "2.7.4"
8
authors = [
9
{name = "Yann Golhen"},
10
{name = "Sebastien Bidault"},
shapash/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (2, 7, 3)
+VERSION = (2, 7, 4)
2
3
__version__ = ".".join(map(str, VERSION))
0 commit comments