This commit is contained in:
João Santos
2015-06-17 10:29:38 +02:00
parent 6a2315e8e4
commit 59f9959712
2 changed files with 7 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import sys
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand
version = '0.4.1'
version = '0.5.0.dev0'
class PyTest(TestCommand):