Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-flam committed Jul 1, 2020
1 parent 1e117b6 commit 7d654ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qaboard/__init__.py
Original file line number Diff line number Diff line change
@@ -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()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7d654ce

Please sign in to comment.