We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d633494 commit ce7d8f2Copy full SHA for ce7d8f2
src/ipl3checksum/__init__.py
@@ -7,7 +7,7 @@
7
8
# Version should be synced with pyproject.toml, Cargo.toml and src/rs/version.rs
9
__version_info__: tuple[int, int, int] = (1, 3, 0)
10
-__version__ = ".".join(map(str, __version_info__)) # + "-dev0"
+__version__ = ".".join(map(str, __version_info__)) # + "-dev0"
11
__author__ = "Decompollaborate"
12
13
from .ipl3checksum import * # noqa: F403
0 commit comments