diff options
author | Nima Talebi <nima@autonomy.net.au> | 2009-05-20 23:18:28 +1000 |
---|---|---|
committer | Nima Talebi <nima@autonomy.net.au> | 2009-05-22 01:24:48 +1000 |
commit | ceaf615744b2a1a9cd655abef25e0840de731d01 (patch) | |
tree | c30d7766ff05316a7a23077f0df434fe90e4051f /src | |
parent | ff36dbbc2804858ad7229e1b6bda51fc2250133d (diff) | |
download | python-dmidecode-ceaf615744b2a1a9cd655abef25e0840de731d01.tar.gz python-dmidecode-ceaf615744b2a1a9cd655abef25e0840de731d01.tar.xz python-dmidecode-ceaf615744b2a1a9cd655abef25e0840de731d01.zip |
Fixed a bug, and preparing to dupload to Debian
Diffstat (limited to 'src')
-rw-r--r-- | src/setup-dbg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup-dbg.py b/src/setup-dbg.py index 65f7436..e4b3b37 100644 --- a/src/setup-dbg.py +++ b/src/setup-dbg.py @@ -2,7 +2,7 @@ from distutils.core import setup, Extension setup( name = "python-dmidecode-dbg", - version = "2.10.5", + version = "2.10.6", description = "Python extension module for dmidecode", author = "Nima Talebi", author_email = "nima@autonomy.net.au", |