Skip to content

Commit 3055890

Browse files
authored
Merge pull request #28 from andrewdnolan/update-to-1.1.0
Update version to `1.1.0`.
2 parents ad04b5a + 071781a commit 3055890

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,2 +1,2 @@
1-
__version_info__ = (1, 0, 0)
1+
__version_info__ = (1, 1, 0)
22
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 commit comments

Comments
 (0)