author | Alberto Bertogli
<albertito@gmail.com> 2008-03-15 06:01:21 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2008-03-15 06:01:21 UTC |
parent | 5592de7b41f4071afc3451f4dfbb874e10d95c75 |
setup.py | +1 | -0 |
diff --git a/setup.py b/setup.py index a4e4f2a..596a6ea 100755 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ tipc_ll = Extension("tipc_ll", sources = ['tipc_ll.c']) setup( name = 'tipc', + version = '20080315', description = "TIPC bindings", author = "Alberto Bertogli", author_email = "albertito@gmail.com",