We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9368928 commit acfb609Copy full SHA for acfb609
1 file changed
setup.py
@@ -4,10 +4,10 @@
4
description="Wrapper for Twitter's Premium and Enterprise search APIs",
5
url='https://github.com/twitterdev/search-tweets-python',
6
author='Fiona Pigott, Jeff Kolb, Josh Montague, Aaron Gonzales',
7
- long_description=open('README.rst', 'r').read(),
+ long_description=open('README.rst', 'r', encoding="utf-8").read(),
8
author_email='agonzales@twitter.com',
9
license='MIT',
10
- version='1.3.0',
+ version='1.3.1',
11
python_requires='>=3.3',
12
install_requires=["requests", "tweet_parser", "pyyaml"],
13
packages=find_packages(),
0 commit comments