Fixup setup.py version.

This commit is contained in:
David Wilson 2016-08-12 19:49:54 +01:00
parent ce27058bdf
commit 109bb34beb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from distutils.core import setup
setup(
name = 'econtext',
version = '0.1',
version = '0.0.0-master',
description = "Remote Code Execution Contexts",
author = 'David Wilson',
license = 'OpenLDAP BSD',