From 6a117035be814b340017fa37825feaab30df7c72 Mon Sep 17 00:00:00 2001 From: Evgeniya Tokarchuk Date: Mon, 31 Jul 2017 12:41:01 +0500 Subject: [PATCH] update version --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6763fbb6..29037b26 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Getting Started ### Setup PHP Sandbox -1. For PHP Sandbox setup, see sandbox [manual] (https://github.com/mushorg/phpox) +1. For PHP Sandbox setup, see sandbox [manual](https://github.com/mushorg/phpox) 2. In PHP Sandbox directory, run sandbox: ``sudo python3 sandbox.py`` ### Setup Docker diff --git a/setup.py b/setup.py index fa176bde..f0fadee7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='Tanner', - version='0.3.0', + version='0.4.0', description='He who flays the hide', author='MushMush Foundation', author_email='glastopf@public.honeynet.org',