Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRZapata committed Jun 27, 2020
1 parent 8c1685b commit 7d9439c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions PyCrowdTangle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Top-level package for PyCrowdTangle"""
__author__ = """Jose R. Zapata"""
__version__ = '0.0.3'
__version__ = '0.0.4'

from .PyCrowdTangle import ct_get_posts
from .PyCrowdTangle import ct_get_posts
from .PyCrowdTangle import ct_get_links
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.0.3",
version="0.0.4",
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 7d9439c

Please sign in to comment.