Skip to content

Commit

Permalink
mockfs: bump version to 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed Mar 24, 2013
1 parent ed5f0f5 commit 2f85edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockfs/__init__.py
Expand Up @@ -6,7 +6,7 @@
from mockfs.mfs import builtins from mockfs.mfs import builtins
from mockfs import storage from mockfs import storage


__version__ = '1.0.0' __version__ = '1.0.1'




def replace_builtins(entries=None): def replace_builtins(entries=None):
Expand Down

0 comments on commit 2f85edb

Please sign in to comment.