Skip to content

Commit

Permalink
Update version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
titipata committed Feb 6, 2020
1 parent acbf58d commit 29ad825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubmed_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Author: Titipat Achakulvisut, Daniel E. Acuna
"""
__version__ = "0.2.1"
__version__ = "0.2.2"
from .pubmed_oa_parser import (
list_xml_path,
parse_pubmed_xml,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if __name__ == "__main__":
setup(
name="pubmed_parser",
version="0.2.1",
version="0.2.2",
description="A python parser for Pubmed Open-Access Subset and MEDLINE XML repository",
url="https://github.com/titipata/pubmed_parser",
download_url="https://github.com/titipata/pubmed_parser.git",
Expand Down

0 comments on commit 29ad825

Please sign in to comment.