version: bump

This commit is contained in:
Dylan Araps 2017-06-30 15:47:35 +10:00
parent d0eb5a64ad
commit 31b36efa9b
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Global Constants.
import pathlib import pathlib
__version__ = "0.3.1" __version__ = "0.3.2"
# Internal variables. # Internal variables.

View File

@ -37,4 +37,5 @@ setup(
}, },
python_requires=">=3.6", python_requires=">=3.6",
test_suite="tests", test_suite="tests",
include_package_data=True
) )