Skip to content

Commit 3bad868

Browse files
committed
Prepare for release v31.1.0
Signed-off-by: Tushar Goel <[email protected]>
1 parent 92d1bf0 commit 3bad868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vulnerablecode
3-
version = 31.0.0
3+
version = 31.1.0
44
license = Apache-2.0 AND CC-BY-SA-4.0
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

vulnerablecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import warnings
1313
from pathlib import Path
1414

15-
__version__ = "31.0.0"
15+
__version__ = "31.1.0"
1616

1717

1818
def command_line():

0 commit comments

Comments
 (0)