summaryrefslogtreecommitdiffstats
path: root/src/setup.py
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2009-02-13 14:30:37 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2009-02-13 14:30:37 +0000
commit83ad351950a3f7a587810801689b8f2e0fdbd72f (patch)
treee207287da31b9fe10ea0ef00420110f74438910f /src/setup.py
parent28707fdf3241fabac3a5a379ae83770a0b3216bd (diff)
downloadpython-dmidecode-83ad351950a3f7a587810801689b8f2e0fdbd72f.tar.gz
python-dmidecode-83ad351950a3f7a587810801689b8f2e0fdbd72f.tar.xz
python-dmidecode-83ad351950a3f7a587810801689b8f2e0fdbd72f.zip
Versioning now chagned to reflect the version of the upstream (dmidecode)
version with which python-dmidecode is in sync with. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@170 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'src/setup.py')
-rw-r--r--src/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.py b/src/setup.py
index 6601964..42b53ad 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",
+ version = "2.10.1",
description = "Python extension module for dmidecode",
author = "Nima Talebi",
author_email = "nima@autonomy.net.au",