Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRZapata committed Jul 27, 2020
1 parent 0f354e7 commit a110ae6
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.4.0'
__version__ = '0.5.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.4.0",
version="0.5.0",
author="Jose R. Zapata",
author_email="jjrzg@hotmail.com",
description="A Python Wrapper To Retrieve Data From The CrowdTangle API",
Expand Down

0 comments on commit a110ae6

Please sign in to comment.