We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1231185 commit abffa0dCopy full SHA for abffa0d
cve_bin_tool/egg_updater.py
@@ -10,7 +10,7 @@
10
from setuptools.dist import Distribution
11
12
try:
13
- from cve_bin_tools.version import VERSION
+ from cve_bin_tool.version import VERSION
14
except ModuleNotFoundError:
15
with open(os.path.join("cve_bin_tool", "version.py")) as f:
16
for line in f:
cve_bin_tool/version.py
@@ -8,7 +8,7 @@
8
9
from cve_bin_tool.log import LOGGER
-VERSION: str = "3.1"
+VERSION: str = "3.1.1"
def check_latest_version():
0 commit comments