diff --git a/CHANGELOG b/CHANGELOG index 646dd8b..b2d39c6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -v0.11.1 - ??? +v0.11.1 - June 06, 2020 BUG FIXES + Remove gresources bundle as part of setup.py cleanup diff --git a/mirage/__init__.py b/mirage/__init__.py index b6593ba..828a3b6 100755 --- a/mirage/__init__.py +++ b/mirage/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.11.0" +__version__ = "0.11.1" __license__ = """ Mirage, a fast GTK+ Image Viewer diff --git a/setup.py b/setup.py index f9db2c6..76e05f5 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ setup( name="Mirage", - version="0.11.0", + version="0.11.1", description="A fast GTK+ image viewer", author="Scott Horowitz", author_email="stonecrest@gmail.com",