Skip to content

Commit

Permalink
Merge pull request #1073 from TG1999/release-v31.1.1
Browse files Browse the repository at this point in the history
Prepare for release v31.1.1
  • Loading branch information
TG1999 authored Jan 9, 2023
2 parents 17a2d08 + b1cfe59 commit a11871c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = vulnerablecode
version = 31.1.0
version = 31.1.1
license = Apache-2.0 AND CC-BY-SA-4.0

# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Expand Down
2 changes: 1 addition & 1 deletion vulnerablecode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import warnings
from pathlib import Path

__version__ = "31.1.0"
__version__ = "31.1.1"


def command_line():
Expand Down

0 comments on commit a11871c

Please sign in to comment.