Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedarcy committed Jul 17, 2020
1 parent 4e23880 commit 591d2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deriva/qt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.0"
__version__ = "1.3.0"

from deriva.qt.common.async_task import async_execute, Task
from deriva.qt.common.log_widget import QPlainTextEditLogger
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_readme_contents():
]
},
install_requires=[
'deriva>=0.9.0'
'deriva>=1.0.0'
],
extras_require={
'PyQt5': ["PyQt5==5.11.3"],
Expand Down

0 comments on commit 591d2b1

Please sign in to comment.