Skip to content

Commit

Permalink
Update to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lassoan committed Jan 28, 2025
1 parent 378205b commit 543a856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slicerio/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re
from typing import Tuple

__version__: str = '1.1.2'
__version__: str = '1.1.3'

__version_info__: Tuple[str, str, str] = tuple(
re.match(r'(\d+\.\d+\.\d+).*', __version__).group(1).split('.')
Expand Down

0 comments on commit 543a856

Please sign in to comment.