Skip to content

Commit

Permalink
0.13.2 Fixing a build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Jenkins committed Oct 1, 2012
1 parent fac8dc5 commit 4579e58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
recursive-include mongoalchemy *.py
prune test

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from distutils.core import setup

VERSION = '0.13.1'
VERSION = '0.13.2'
DESCRIPTION = 'Document-Object Mapper/Toolkit for Mongo Databases'

setup(
Expand Down

0 comments on commit 4579e58

Please sign in to comment.