Skip to content

Commit 2ac5889

Browse files
committed
bump version used for pypi publishing
1 parent 79abaa8 commit 2ac5889

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

nvdocker/nvdocker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ def least_used_gpu():
197197
if lowest_key is None or memory < lowest_used_memory:
198198
lowest_key = id
199199
lowest_used_memory = memory
200-
return lowest_key
200+
return lowest_key

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = nvdocker
3-
version = 0.0.2a3
3+
version = 0.0.2a5
44
author = ACM@UIUC
55
author-email = acm@illinois.edu
66
summary = Python interface for NVIDIA Docker
@@ -9,7 +9,7 @@ description-file =
99
home-page = https://github.com/acm-uiuc/nvdocker
1010
requires-dist = setuptools
1111
classifiers =
12-
Development Status :: 3 - Alpha
12+
Development Status :: 5 - Alpha
1313
Intended Audience :: Developers
1414
Intended Audience :: Science/Research
1515
Topic :: Scientific/Engineering :: Artificial Intelligence
@@ -23,4 +23,4 @@ classifiers =
2323
Operating System :: POSIX :: Linux
2424

2525
[bdist_wheel]
26-
universal = 1
26+
universal = 1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='nvdocker',
15-
version='0.0.2a4',
15+
version='0.0.2a5',
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',

0 commit comments

Comments
 (0)