fix version number
This commit is contained in:
parent
1fd7260653
commit
d3decc8bf4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue