From 1a98bf689010e5a72f0e0dc2c9d46d4476bc120a Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Tue, 30 Dec 2008 10:17:07 -0600 Subject: [PATCH] Fixed a typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd89429..a02d192 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ import sys # Be sure to keep this updated! # VERSIONNUMBER VERSION_NUM = '1.6.0' -REVISON_NUM = 'unknown' +REVISION_NUM = 'unknown' try: if not os.exists('vcsinfo.py'):