Skip to content

Commit ce7d8f2

Browse files
committed
fmt
1 parent d633494 commit ce7d8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipl3checksum/__init__.py

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

88
# Version should be synced with pyproject.toml, Cargo.toml and src/rs/version.rs
99
__version_info__: tuple[int, int, int] = (1, 3, 0)
10-
__version__ = ".".join(map(str, __version_info__)) # + "-dev0"
10+
__version__ = ".".join(map(str, __version_info__)) # + "-dev0"
1111
__author__ = "Decompollaborate"
1212

1313
from .ipl3checksum import * # noqa: F403

0 commit comments

Comments
 (0)