From b98e4086a1484229d546bf69c8945bf82cfb2ddb Mon Sep 17 00:00:00 2001 From: Rob Glew Date: Thu, 29 Jun 2017 13:14:39 -0700 Subject: [PATCH] Update version due to messed up push --- README.md | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de0b049..bb5166a 100644 --- a/README.md +++ b/README.md @@ -765,6 +765,8 @@ Changelog --------- The boring part of the readme +* 0.3.1 + * Borked the git push so it's version 0.3.1 now * 0.3.0 * Rewrote large amount of code in Go (see the [puppy repo](https://github.com/roglew/puppy) for all the stuff implemented in Go) * Rewrote the rest of the python @@ -846,4 +848,4 @@ The boring part of the readme * Add response streaming if no intercepting macros are active * 0.1.1 * Start using sane versioning system - * Did proxy things \ No newline at end of file + * Did proxy things diff --git a/setup.py b/setup.py index d4a959e..71476d9 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import pkgutil #import pappyproxy from setuptools import setup, find_packages -VERSION = "0.3.0" +VERSION = "0.3.1" setup(name='pappyproxy', version=VERSION,