diff --git a/gisht/__init__.py b/gisht/__init__.py index 44fee75..c77a796 100755 --- a/gisht/__init__.py +++ b/gisht/__init__.py @@ -4,7 +4,7 @@ * This program is free software, see LICENSE file for details. * """ -__version__ = "0.1.1" +__version__ = "0.1.2" __description__ = "Gists in the shell" __author__ = "Karol Kuczmarski" __license__ = "GPLv3"