We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3741f28 commit c684baeCopy full SHA for c684bae
MANIFEST.in
@@ -1,2 +1,4 @@
1
include *.md
2
include COPYING
3
+include voluptuous/tests/*.py
4
+include voluptuous/tests/*.md
voluptuous/__init__.py
@@ -11,5 +11,5 @@
11
from .util import *
12
from .error import *
13
14
-__version__ = '0.9.2'
+__version__ = '0.9.3'
15
__author__ = 'tusharmakkar08'
0 commit comments