Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-flam committed Jun 29, 2020
1 parent 09b91ef commit 38747f0
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.6'
__version__ = '0.8.7'
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.6", # __version__ needs to be updated in qaboard/__init__.py as well
version="0.8.7", # __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 38747f0

Please # to comment.