Skip to content

Commit

Permalink
Bump versions to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jun 29, 2021
1 parent f259f8c commit b209a85
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion reprounzip-docker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'reprounzip.unpackers': [
'docker = reprounzip_docker:setup']},
install_requires=[
'reprounzip>=1.0.10',
'reprounzip>=2.0.0,<3.0.0',
'rpaths>=0.8'],
description="Allows the ReproZip unpacker to create Docker containers",
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
Expand Down
4 changes: 2 additions & 2 deletions reprounzip-qt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
with io.open('README.rst', encoding='utf-8') as fp:
description = fp.read()
setup(name='reprounzip-qt',
version='1.0.16',
version='2.0.0',
packages=['reprounzip_qt', 'reprounzip_qt.gui'],
package_data={'reprounzip_qt': ['icon.png']},
entry_points={
'gui_scripts': [
'reprounzip-qt = reprounzip_qt.main:main']},
install_requires=['PyYAML', 'qtpy', 'reprounzip>=1.0'],
install_requires=['PyYAML', 'qtpy', 'reprounzip>=2.0.0,<3.0.0'],
description="Graphical user interface for reprounzip, using Qt",
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
author_email='dev@reprozip.org',
Expand Down
2 changes: 1 addition & 1 deletion reprounzip-vagrant/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'reprounzip.unpackers': [
'vagrant = reprounzip_vagrant:setup']},
install_requires=[
'reprounzip>=1.0.10',
'reprounzip>=2.0.0,<3.0.0',
'rpaths>=0.8',
'paramiko'],
description="Allows the ReproZip unpacker to create virtual machines",
Expand Down
2 changes: 1 addition & 1 deletion reprounzip-vistrails/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
with io.open('README.rst', encoding='utf-8') as fp:
description = fp.read()
req = [
'reprounzip>=1.0.0',
'reprounzip>=2.0.0,<3.0.0',
'rpaths>=0.8']
setup(name='reprounzip-vistrails',
version='2.0.0',
Expand Down
4 changes: 2 additions & 2 deletions reprozip-jupyter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
with io.open('README.rst', encoding='utf-8') as fp:
description = fp.read()
setup(name='reprozip-jupyter',
version='1.0.14',
version='2.0.0',
packages=['reprozip_jupyter'],
package_data={'reprozip_jupyter': ['notebook-extension.js']},
entry_points={
'console_scripts': [
'reprozip-jupyter = reprozip_jupyter.main:main']},
install_requires=['rpaths',
'notebook', 'jupyter_client', 'nbformat', 'nbconvert',
'reprounzip>=1.0'],
'reprounzip>=2.0.0,<3.0.0'],
description="Jupyter Notebook tracing/reproduction using ReproZip",
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
author_email='dev@reprozip.org',
Expand Down

0 comments on commit b209a85

Please sign in to comment.