git » pytipc » commit 93df47f

New release (and URL)

author Alberto Bertogli
2008-09-07 02:01:48 UTC
committer Alberto Bertogli
2008-09-07 02:01:48 UTC
parent 5b7f1dddd7234a49aa7c47ae87b2b68ec295281f

New release (and URL)

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

setup.py +3 -3

diff --git a/setup.py b/setup.py
index 596a6ea..0c8897c 100755
--- a/setup.py
+++ b/setup.py
@@ -6,11 +6,11 @@ tipc_ll = Extension("tipc_ll", sources = ['tipc_ll.c'])
 
 setup(
 	name = 'tipc',
-	version = '20080315',
+	version = '20080906',
 	description = "TIPC bindings",
 	author = "Alberto Bertogli",
-	author_email = "albertito@gmail.com",
-	url = "http://auriga.wearlab.de/~alb/pytipc",
+	author_email = "albertito@blitiri.com.ar",
+	url = "http://blitiri.com.ar/p/pytipc",
 	py_modules = ['tipc'],
 	ext_modules = [tipc_ll]
 )