Skip to content

Commit

Permalink
fix: typo fix + version bump (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed Apr 20, 2022
1 parent 1231185 commit abffa0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cve_bin_tool/egg_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools.dist import Distribution

try:
from cve_bin_tools.version import VERSION
from cve_bin_tool.version import VERSION
except ModuleNotFoundError:
with open(os.path.join("cve_bin_tool", "version.py")) as f:
for line in f:
Expand Down
2 changes: 1 addition & 1 deletion cve_bin_tool/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from cve_bin_tool.log import LOGGER

VERSION: str = "3.1"
VERSION: str = "3.1.1"


def check_latest_version():
Expand Down

0 comments on commit abffa0d

Please sign in to comment.