forgot to update setup.py

This commit is contained in:
Rob Glew 2017-07-11 13:32:03 -05:00
parent c943935bda
commit 4cd32a0271

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,