Update version due to messed up push
This commit is contained in:
parent
7704ad3717
commit
b98e4086a1
2 changed files with 4 additions and 2 deletions
|
@ -765,6 +765,8 @@ Changelog
|
||||||
---------
|
---------
|
||||||
The boring part of the readme
|
The boring part of the readme
|
||||||
|
|
||||||
|
* 0.3.1
|
||||||
|
* Borked the git push so it's version 0.3.1 now
|
||||||
* 0.3.0
|
* 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 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
|
* Rewrote the rest of the python
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ import pkgutil
|
||||||
#import pappyproxy
|
#import pappyproxy
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
VERSION = "0.3.0"
|
VERSION = "0.3.1"
|
||||||
|
|
||||||
setup(name='pappyproxy',
|
setup(name='pappyproxy',
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue