diff --git a/setup.py b/setup.py index a80e258..79f7d00 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() setup(name="twisted-csp", - version="0.1.6", + version="0.1.7", description="Go-style channels for Twisted", author="Nguyễn Tuấn Anh", author_email="ubolonton@gmail.com",