File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,6 @@ repos:
4242 hooks :
4343 - id : blacken-docs
4444 additional_dependencies : [black==21.12b0]
45- - repo : https://github.com/pypa/pip-audit
46- rev : v2.7.3
47- hooks :
48- - id : pip-audit
49- args : ["--skip-editable"]
5045- repo : https://github.com/compilerla/conventional-pre-commit
5146 rev : v3.3.0
5247 hooks :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " shapash"
7- version = " 2.7.9 "
7+ version = " 2.7.10 "
88authors = [
99 {name = " Yann Golhen" },
1010 {name = " Sebastien Bidault" },
Original file line number Diff line number Diff line change 1- VERSION = (2 , 7 , 9 )
1+ VERSION = (2 , 7 , 10 )
22
33__version__ = "." .join (map (str , VERSION ))
You can’t perform that action at this time.
0 commit comments