Skip to content

Commit 4662b5f

Browse files
committed
bump version to fix bug in a3
1 parent e0cc374 commit 4662b5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Possible values
106106
``NVIDIA_VISIBLE_DEVICES`` and ``NVIDIA_DRIVER_CAPABILITIES`` will
107107
default to ``all``.
108108
109-
``disable_require`
109+
``disable_require``
110110
^^^^^^^^^^^^^^^^^^^^^^^^^^
111111

112112
Single switch to disable all the constraints of the form

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='nvdocker',
15-
version='0.0.2a3',
15+
version='0.0.2a4',
1616
description='nvdocker is library built on top of the docker-py python sdk to build and run docker containers using nvidia-docker. Targets nvidia-docker2',
1717
long_description=long_description,
1818
url='https://github.com/acm-uiuc/nvdocker',
@@ -35,4 +35,4 @@
3535
keywords='docker nvidia-docker development containers frameworks',
3636
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
3737
install_requires=['docker'],
38-
)
38+
)

0 commit comments

Comments
 (0)