Skip to content

Commit

Permalink
bump version to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed May 3, 2019
1 parent 7689a28 commit 9ef1297
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions pynvml/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from .nvml import *

__version__ = '8.0.0'
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@
# DistributionMetadata.classifiers = None
# DistributionMetadata.download_url = None

package_name='nvidia-ml-py'

setup(name=package_name,
version='8.0.1',
setup(name='pynvml',
version='8.0.0',
description='Python Bindings for the NVIDIA Management Library',
long_description=long_description,
long_description_content_type='text/markdown',
packages=find_packages(exclude=['notebooks', 'docs', 'tests']),
package_data={package_name: ['README.txt','help_query_gpu.txt']},
package_data={package_name: ['README.md','help_query_gpu.txt']},
license="BSD",
url="https://www.nvidia.com/",
author="NVIDIA Corporation",
author_email="nvml-bindings@nvidia.com",
author_email="rzamora@nvidia.com",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 9ef1297

Please sign in to comment.