Commit 987f2cc5 authored by George Kadianakis's avatar George Kadianakis
Browse files

Do the release ritual for pyptlib-0.0.4.

parent 7d20537e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Changes in version 0.0.4 - UNRELEASED
Changes in version 0.0.4 - 2013-09-11
 - Add a subprocess management module, which should make it easier to
   write composed plugins such as obfs-flash, and the 2-INT termination
   behaviour specified in the PT spec.
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ import sys
from setuptools import setup, find_packages

setup(name='pyptlib',
      version='0.0.3',
      version='0.0.4',
      description='A python implementation of the Pluggable Transports for Circumvention specification for Tor',
      long_description='A python implementation of the Pluggable Transports for Circumvention specification for Tor',
      author='asn, Brandon Wiley',