summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormjtnix <mjtnix@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2007-11-21 08:10:06 +0000
committermjtnix <mjtnix@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2007-11-21 08:10:06 +0000
commit595c902f6c4ff1af25955b32eea07e343c856836 (patch)
tree176122c71139bab11f3e99f2c077d8ea7efee112 /setup.py
parent370dcfe2f44f342fe3d11f75311b6d21ccf4936f (diff)
version number for bugfix release
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@24 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 56e5fd3..fb77f99 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ except ImportError:
setup(
name='freebase',
- version='0.2.2',
+ version='0.2.1',
author='Nick Thompson',
author_email='nix@metaweb.com',
maintainer_email='developers@freebase.com',