Skip to content

Commit ac04d63

Browse files
committed
Bump version to 0.11.0
Changes since 0.10.0: * Fixes for neovim support (handle backslash escaping better) * New macro support: @macro, @endmacro, and @Do directives
1 parent c327f77 commit ac04d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='vroom',
6-
version='0.10.0',
6+
version='0.11.0',
77
description='Launch your vimscript tests',
88
author='Nate Soares',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)