Skip to content

Commit 8ebdb85

Browse files
Merge pull request #608 from MAIF/guillaume-vignal-patch-2
Bump version 2.7.4
2 parents 9b4931a + fe77c17 commit 8ebdb85

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.3"
7+
version = "2.7.4"
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, 3)
1+
VERSION = (2, 7, 4)
22

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

0 commit comments

Comments
 (0)