Skip to content

Commit

Permalink
Version set to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszb committed Nov 12, 2012
1 parent 42acd15 commit 48edaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimmock/__init__.py
Expand Up @@ -4,7 +4,7 @@
import sys
from vimmock.mocked import VimMock

VERSION = (0, 1, 0)
VERSION = (0, 1, 1)

__all__ = ['VimMock']
__version__ = '.'.join((str(each) for each in VERSION[:4]))
Expand Down

0 comments on commit 48edaa5

Please sign in to comment.