We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432ca5d commit 69a9f53Copy full SHA for 69a9f53
setup.py
@@ -6,10 +6,10 @@
6
name='python-hwinfo',
7
author='Rob Dobson',
8
author_email = '[email protected]',
9
- version = '0.1.4',
+ version = '0.1.5',
10
description = 'Library for parsing hardware info on Linux OSes.',
11
url = 'https://github.com/rdobson/python-hwinfo',
12
- download_url = 'https://github.com/rdobson/python-hwinfo/tarball/0.1.4',
+ download_url = 'https://github.com/rdobson/python-hwinfo/tarball/0.1.5',
13
packages=find_packages(),
14
entry_points = {
15
'console_scripts': [
0 commit comments