From 109bb34bebe8dfaf086ea32a0eaf956d28639222 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 12 Aug 2016 19:49:54 +0100 Subject: [PATCH] Fixup setup.py version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3ca54e2..5d68ecb8 100644 --- a/setup.py +++ b/setup.py @@ -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',