Skip to content

Commit abffa0d

Browse files
authored
fix: typo fix + version bump (#1642)
1 parent 1231185 commit abffa0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cve_bin_tool/egg_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools.dist import Distribution
1111

1212
try:
13-
from cve_bin_tools.version import VERSION
13+
from cve_bin_tool.version import VERSION
1414
except ModuleNotFoundError:
1515
with open(os.path.join("cve_bin_tool", "version.py")) as f:
1616
for line in f:

cve_bin_tool/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from cve_bin_tool.log import LOGGER
1010

11-
VERSION: str = "3.1"
11+
VERSION: str = "3.1.1"
1212

1313

1414
def check_latest_version():

0 commit comments

Comments
 (0)