Skip to content

Commit

Permalink
Bump version to not display warning on new runs #569
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed May 17, 2023
1 parent 3cf3d58 commit f94a76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scancodeio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import warnings
from pathlib import Path

__version__ = "32.2.0"
__version__ = "33.0.0-dev"

SCAN_NOTICE = Path(__file__).resolve().parent.joinpath("scan.NOTICE").read_text()

Expand Down

0 comments on commit f94a76e

Please sign in to comment.