Skip to content

Commit

Permalink
Bump version and require bdbag>=1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedarcy committed Jan 9, 2018
1 parent 9589d18 commit 9e03eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BDBag-mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ app = BUNDLE(coll,
bundle_identifier='edu.isi.isrd.BDBag',
info_plist={
'CFBundleDisplayName': 'BDBag',
'CFBundleShortVersionString':'0.2.1',
'CFBundleShortVersionString':'0.2.2',
'NSPrincipalClass':'NSApplication',
'NSHighResolutionCapable': 'True'
})
4 changes: 2 additions & 2 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, Informatics Systems Research Division',
maintainer_email='[email protected]',
version="0.2.1",
version="0.2.2",
packages=find_packages(),
entry_points={
'gui_scripts': [
Expand All @@ -26,7 +26,7 @@
'sys',
'logging',
'PyQt5'],
install_requires=['bdbag>=1.1.1'],
install_requires=['bdbag>=1.1.2'],
license='GNU GPL 3.0',
classifiers=[
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 9e03eae

Please sign in to comment.