Merge branch 'release/0.3.2'

This commit is contained in:
Jason Paryani 2013-08-21 18:20:35 -07:00
commit 8cbec7fa8f
2 changed files with 2 additions and 1 deletions

1
MANIFEST.in Normal file
View file

@ -0,0 +1 @@
include README.md

View file

@ -13,7 +13,7 @@ import os
MAJOR = 0
MINOR = 3
MICRO = 1
MICRO = 2
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)