Release 0.11.1
Thomas Ross
2 years ago
0 | |
v0.11.1 - ???
|
|
0 |
v0.11.1 - June 06, 2020
|
1 | 1 |
BUG FIXES
|
2 | 2 |
+ Remove gresources bundle as part of setup.py cleanup
|
3 | 3 |
|
0 | |
__version__ = "0.11.0"
|
|
0 |
__version__ = "0.11.1"
|
1 | 1 |
|
2 | 2 |
__license__ = """
|
3 | 3 |
Mirage, a fast GTK+ Image Viewer
|
67 | 67 |
|
68 | 68 |
setup(
|
69 | 69 |
name="Mirage",
|
70 | |
version="0.11.0",
|
|
70 |
version="0.11.1",
|
71 | 71 |
description="A fast GTK+ image viewer",
|
72 | 72 |
author="Scott Horowitz",
|
73 | 73 |
author_email="stonecrest@gmail.com",
|