diff --git a/.travis.yml b/.travis.yml index 637b801..6cdead0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: env: matrix: - - VERSION=2.6.6 - VERSION=2.7.11 - VERSION=3.3.5 - VERSION=3.4.4 diff --git a/MANIFEST.in b/MANIFEST.in index aac7fe1..c0f97ba 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include README.rst LICENSE +include bencoder.pyx README.rst LICENSE recursive-include tests * diff --git a/setup.py b/setup.py index d437b12..52f045a 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='bencoder.pyx', - version='1.1.0', + version='1.1.1', description='Yet another bencode implementation in Cython', long_description=open('README.rst', 'r').read(), author='whtsky',