Skip to content

Commit c684bae

Browse files
committed
Include tests in sdist.
Fixes #188.
1 parent 3741f28 commit c684bae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
include *.md
22
include COPYING
3+
include voluptuous/tests/*.py
4+
include voluptuous/tests/*.md

voluptuous/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
from .util import *
1212
from .error import *
1313

14-
__version__ = '0.9.2'
14+
__version__ = '0.9.3'
1515
__author__ = 'tusharmakkar08'

0 commit comments

Comments
 (0)