We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f354e7 commit a110ae6Copy full SHA for a110ae6
PyCrowdTangle/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package for PyCrowdTangle"""
2
__author__ = """Jose R. Zapata"""
3
-__version__ = '0.4.0'
+__version__ = '0.5.0'
4
5
from .PyCrowdTangle import ct_get_posts
6
from .PyCrowdTangle import ct_get_links
setup.py
@@ -9,7 +9,7 @@
9
setup(
10
name="PyCrowdTangle",
11
packages = find_packages(include=['PyCrowdTangle']),
12
- version="0.4.0",
+ version="0.5.0",
13
author="Jose R. Zapata",
14
author_email="jjrzg@hotmail.com",
15
description="A Python Wrapper To Retrieve Data From The CrowdTangle API",
0 commit comments