Skip to content

Commit

Permalink
Documentation update, incorrect imports, version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
wehriam committed Dec 21, 2010
1 parent 0f35fb6 commit b13a1e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Everything else:
http://www.opensource.org/licenses/mit-license.php

Copyright (c) 2011 John Wehr
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import setuptools
from distutils.core import setup

__version_info__ = (0, 0, 2)
__version_info__ = (0, 0, 3)
__version__ = '.'.join([str(v) for v in __version_info__])

setup(
Expand Down

0 comments on commit b13a1e9

Please sign in to comment.