Update version due to messed up push

master
Rob Glew 7 years ago
parent 7704ad3717
commit b98e4086a1
  1. 4
      README.md
  2. 2
      setup.py

@ -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
* Did proxy things

@ -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,

Loading…
Cancel
Save