This commit is contained in:
Kenneth Giusti 2016-08-02 13:47:20 -04:00
parent 91e5f2d782
commit 87a70cb950
2 changed files with 2 additions and 2 deletions

View File

@ -23,4 +23,4 @@ from pyngus.link import SenderLink, SenderEventHandler
from pyngus.sockets import read_socket_input from pyngus.sockets import read_socket_input
from pyngus.sockets import write_socket_output from pyngus.sockets import write_socket_output
VERSION = (2, 0, 3) # major, minor, fix VERSION = (2, 0, 4) # major, minor, fix

View File

@ -19,7 +19,7 @@
from setuptools import setup from setuptools import setup
_VERSION = "2.0.3" # NOTE: update __init__.py too! _VERSION = "2.0.4" # NOTE: update __init__.py too!
# I hack, therefore I am (productive) Some distros (which will not be named) # I hack, therefore I am (productive) Some distros (which will not be named)
# don't use setup.py to install the proton python module. In this case, pip # don't use setup.py to install the proton python module. In this case, pip