summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2009-02-13 14:36:16 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2009-02-13 14:36:16 +0000
commit32bf7d52f21c1fc74583e3ae6d6978b879d4c650 (patch)
tree2d3bc6ee78abb822a9a9517fb5c072d3508a27bb /src
parent8f278a3de968fca02762da08ec5e85810cb27107 (diff)
downloadpython-dmidecode-32bf7d52f21c1fc74583e3ae6d6978b879d4c650.tar.gz
python-dmidecode-32bf7d52f21c1fc74583e3ae6d6978b879d4c650.tar.xz
python-dmidecode-32bf7d52f21c1fc74583e3ae6d6978b879d4c650.zip
Upped sub-version.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@172 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'src')
-rw-r--r--src/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.py b/src/setup.py
index 42b53ad..f9a5d2f 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup, Extension
setup(
name = "dmidecode",
- version = "2.10.1",
+ version = "2.10.2",
description = "Python extension module for dmidecode",
author = "Nima Talebi",
author_email = "nima@autonomy.net.au",