Skip to content

Commit 4c89ff3

Browse files
Merge pull request #678 from guillaume-vignal/bump_version_2.8.1
bump version 2.8.1
2 parents d1eaeb7 + 06b56d9 commit 4c89ff3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "shapash"
7-
version = "2.8.0"
7+
version = "2.8.1"
8+
89
authors = [
910
{name = "Yann Golhen"},
1011
{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, 8, 0)
1+
VERSION = (2, 8, 1)
22

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

0 commit comments

Comments
 (0)