We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1eaeb7 + 06b56d9 commit 4c89ff3Copy full SHA for 4c89ff3
pyproject.toml
@@ -4,7 +4,8 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "shapash"
7
-version = "2.8.0"
+version = "2.8.1"
8
+
9
authors = [
10
{name = "Yann Golhen"},
11
{name = "Sebastien Bidault"},
shapash/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (2, 8, 0)
+VERSION = (2, 8, 1)
2
3
__version__ = ".".join(map(str, VERSION))
0 commit comments