Skip to content

Commit

Permalink
Fix packaging manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalloc committed Jan 16, 2014
1 parent 037c0a9 commit 1e1cf5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include LICENSE.txt
include README.rst
include README.md
2 changes: 1 addition & 1 deletion munch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
converted via Munch.to/fromDict().
"""

__version__ = '2.0.1'
__version__ = '2.0.2'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = ('Munch', 'munchify','unmunchify',)
Expand Down

0 comments on commit 1e1cf5a

Please sign in to comment.