From 7d654cee04602566a1743fbd2d5b64c005caa8f9 Mon Sep 17 00:00:00 2001 From: Arthur Flam Date: Wed, 1 Jul 2020 14:20:13 +0300 Subject: [PATCH] Bump version --- qaboard/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qaboard/__init__.py b/qaboard/__init__.py index 4bc7528d..4fbc411a 100755 --- a/qaboard/__init__.py +++ b/qaboard/__init__.py @@ -1,5 +1,5 @@ # need to be update setup.py as well -__version__ = '0.8.7' +__version__ = '0.8.8' from .check_for_updates import check_for_updates check_for_updates() diff --git a/setup.py b/setup.py index aec753c6..c7cd58c9 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='qaboard', - version="0.8.7", # __version__ needs to be updated in qaboard/__init__.py as well + version="0.8.8", # __version__ needs to be updated in qaboard/__init__.py as well license="Apache-2.0", url="https://github.com/Samsung/qaboard",