git » pytipc » commit 54d13f9

Include version in setup.py

author Alberto Bertogli
2008-03-15 06:01:21 UTC
committer Alberto Bertogli
2008-03-15 06:01:21 UTC
parent 5592de7b41f4071afc3451f4dfbb874e10d95c75

Include version in setup.py

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",