Skip to content

Commit

Permalink
Update bdbag dependency version, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedarcy committed Feb 3, 2017
1 parent dcfb066 commit 8b9ac47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
url='https://github.com/ini-bdds/bdbag_gui/',
maintainer='USC Information Sciences Institute ISR Division',
maintainer_email='[email protected]',
version="0.1.3",
version="0.1.4",
packages=find_packages(),
entry_points={
'gui_scripts': [
Expand All @@ -26,9 +26,9 @@
'sys',
'logging',
'PyQt5'],
install_requires=['bdbag==0.9.9'],
install_requires=['bdbag==1.0.0'],
dependency_links=[
"http://github.com/ini-bdds/bdbag/archive/master.zip#egg=bdbag-0.9.9"
"http://github.com/ini-bdds/bdbag/archive/master.zip#egg=bdbag-1.0.0"
],

license='GNU GPL 3.0',
Expand Down

0 comments on commit 8b9ac47

Please sign in to comment.