diff --git a/setup.py b/setup.py index 6bb5a05..9f6e5c3 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ SHORT_DESCRIPTION = "Receive instant GitHub notifications on your Linux desktop" LONG_DESCRIPTION = open(os.path.join(DIRNAME, "docs", "README.md")).read() -__version__ = "1.0.1" +__version__ = "1.0.2" # Setup # setup(