Update version due to messed up push

This commit is contained in:
Rob Glew 2017-06-29 13:14:39 -07:00
parent 7704ad3717
commit b98e4086a1
2 changed files with 4 additions and 2 deletions

View file

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

View file

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