Skip to content

Commit 1fc73c1

Browse files
author
Aaron Gonzales
committed
version correction for pypi
1 parent d97c010 commit 1fc73c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# The short X.Y version.
6969
version = '1.2'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '1.2'
71+
release = '1.2.1'
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
long_description=open('README.rst', 'r').read(),
88
author_email='agonzales@twitter.com',
99
license='MIT',
10-
version='1.2.0',
10+
version='1.2.1',
1111
install_requires=["requests", "tweet_parser", "pyyaml"],
1212
packages=find_packages(),
1313
scripts=["tools/search_tweets.py"],

0 commit comments

Comments
 (0)