Skip to content

Commit 4baee15

Browse files
authored
Merge pull request #48 from andrewdnolan/update-to-v1.2.1
Update to v1.2.1
2 parents 1c4b14a + 32da1d0 commit 4baee15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mosaic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import annotations
22

3-
__version_info__ = (1, 2, 0)
3+
__version_info__ = (1, 2, 1)
44
__version__ = ".".join(str(vi) for vi in __version_info__)

0 commit comments

Comments
 (0)