Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRZapata committed Jul 16, 2020
1 parent c896b58 commit fbe59c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PyCrowdTangle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Top-level package for PyCrowdTangle"""
__author__ = """Jose R. Zapata"""
__version__ = '0.3.0'
__version__ = '0.4.0'

from .PyCrowdTangle import ct_get_posts
from .PyCrowdTangle import ct_get_links
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name="PyCrowdTangle",
packages = find_packages(include=['PyCrowdTangle']),
version="0.3.0",
version="0.4.0",
author="Jose R. Zapata",
author_email="[email protected]",
description="A Python Wrapper To Retrieve Data From The CrowdTangle API",
Expand Down

0 comments on commit fbe59c2

Please sign in to comment.