From dfe376ac8a435005c1a2976c65865e4a41b872f1 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Mon, 30 Jun 2008 15:36:15 -0300 Subject: setup: fix version field, we're at 0.2 Signed-off-by: Arnaldo Carvalho de Melo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d78b7bb..285e1e3 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ ethtool = Extension('ethtool', # don't reformat this line, Makefile parses it setup(name='ethtool', - version='0.1', + version='0.2', description='Python module to interface with ethtool', author='Harald Hoyer & Arnaldo Carvalho de Melo', author_email='acme@redhat.com', -- cgit