Skip to content

Commit 7390363

Browse files
Bump version 2.8.0
1 parent b684230 commit 7390363

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.10"
7+
version = "2.8.0"
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, 10)
1+
VERSION = (2, 8, 0)
22

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

0 commit comments

Comments
 (0)