Skip to content

Commit 58a02af

Browse files
committed
Bump versions to 2.0
1 parent 57a5c16 commit 58a02af

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

reprounzip-docker/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'reprounzip.unpackers': [
1616
'docker = reprounzip_docker:setup']},
1717
install_requires=[
18-
'reprounzip>=1.0.10',
18+
'reprounzip>=2.0.0,<3.0.0',
1919
'rpaths>=0.8'],
2020
description="Allows the ReproZip unpacker to create Docker containers",
2121
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",

reprounzip-qt/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
with io.open('README.rst', encoding='utf-8') as fp:
1010
description = fp.read()
1111
setup(name='reprounzip-qt',
12-
version='1.0.16',
12+
version='2.0.0',
1313
packages=['reprounzip_qt', 'reprounzip_qt.gui'],
1414
package_data={'reprounzip_qt': ['icon.png']},
1515
entry_points={
1616
'gui_scripts': [
1717
'reprounzip-qt = reprounzip_qt.main:main']},
18-
install_requires=['PyYAML', 'qtpy', 'reprounzip>=1.0'],
18+
install_requires=['PyYAML', 'qtpy', 'reprounzip>=2.0.0,<3.0.0'],
1919
description="Graphical user interface for reprounzip, using Qt",
2020
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
2121
author_email='[email protected]',

reprounzip-vagrant/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'reprounzip.unpackers': [
1616
'vagrant = reprounzip_vagrant:setup']},
1717
install_requires=[
18-
'reprounzip>=1.0.10',
18+
'reprounzip>=2.0.0,<3.0.0',
1919
'rpaths>=0.8',
2020
'paramiko'],
2121
description="Allows the ReproZip unpacker to create virtual machines",

reprounzip-vistrails/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
with io.open('README.rst', encoding='utf-8') as fp:
1010
description = fp.read()
1111
req = [
12-
'reprounzip>=1.0.0',
12+
'reprounzip>=2.0.0,<3.0.0',
1313
'rpaths>=0.8']
1414
setup(name='reprounzip-vistrails',
1515
version='2.0.0',

reprozip-jupyter/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
with io.open('README.rst', encoding='utf-8') as fp:
1010
description = fp.read()
1111
setup(name='reprozip-jupyter',
12-
version='1.0.14',
12+
version='2.0.0',
1313
packages=['reprozip_jupyter'],
1414
package_data={'reprozip_jupyter': ['notebook-extension.js']},
1515
entry_points={
1616
'console_scripts': [
1717
'reprozip-jupyter = reprozip_jupyter.main:main']},
1818
install_requires=['rpaths',
1919
'notebook', 'jupyter_client', 'nbformat', 'nbconvert',
20-
'reprounzip>=1.0'],
20+
'reprounzip>=2.0.0,<3.0.0'],
2121
description="Jupyter Notebook tracing/reproduction using ReproZip",
2222
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
2323
author_email='[email protected]',

0 commit comments

Comments
 (0)