From 5d3587609d9f18f65f29ed6f6b5092f976a107b7 Mon Sep 17 00:00:00 2001 From: dvklopfenstein Date: Mon, 18 Apr 2022 13:49:35 -0400 Subject: [PATCH 1/2] Correct typo in README paper sentence --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6773c84..6516d08 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Augment a [**PubMed**](https://pubmed.ncbi.nlm.nih.gov) literature search by linking [**citation data**](https://icite.od.nih.gov) from the [**National Institutes of Health (NIH)**](https://www.nih.gov/) with [**PubMed**](https://pubmed.ncbi.nlm.nih.gov) IDs (PMIDs) using the command line rather than clicking and clicking and clicking on [**Google Scholar**](/doc/images/README_twitter.md) "*Cited by N*" links. This open-source project is part of [**a peer-reviewed**](https://pubmed.ncbi.nlm.nih.gov/33031632) [**paper**](https://onlinelibrary.wiley.com/doi/10.1002/jrsm.1456) published in [***Research Synthesis Methods***](https://onlinelibrary.wiley.com/journal/17592887). -Please cite if you use *pmidcite* in your in your research or literature search. +Please cite if you use *pmidcite* in your research or literature search. Contact: dvklopfenstein@protonmail.com diff --git a/docs/index.md b/docs/index.md index 3314316..6f16136 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ with [**PubMed**](https://pubmed.ncbi.nlm.nih.gov) IDs (PMIDs) using the command line. This open-source project is part of [**a peer-reviewed**](https://pubmed.ncbi.nlm.nih.gov/33031632) [**paper**](https://onlinelibrary.wiley.com/doi/10.1002/jrsm.1456) published in [***Research Synthesis Methods***](https://onlinelibrary.wiley.com/journal/17592887). -Please cite if you use *pmidcite* in your in your research or literature search. +Please cite if you use *pmidcite* in your research or literature search. ## Usage * [**Download citation counts and data for a research paper**](https://github.com/dvklopfenstein/pmidcite#download-citation-counts-and-data-for-a-research-paper) From 3913c890b52e08b53108322a51c7b266f700f91c Mon Sep 17 00:00:00 2001 From: dvklopfenstein Date: Mon, 18 Apr 2022 13:51:22 -0400 Subject: [PATCH 2/2] v0.0.32 --- CHANGELOG.md | 4 ++-- setup.py | 2 +- src/pmidcite/__version__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c69f9..3ee1a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Summary * [**Unreleased**](#unreleased) -* [**Release 2022-04-18 v0.0.31**](#release-2022-03-24-v0031) Update peer-reviewed paper info in README and GitHub pages +* [**Release 2022-04-18 v0.0.32**](#release-2022-03-24-v0032) Update peer-reviewed paper info in README and GitHub pages * [**Release 2022-03-24 v0.0.30**](#release-2022-03-24-v0030) Adjust intro paragraph so search engines don't write a summary with missing spaces * [**Release 2022-01-17 v0.0.29**](#release-2022-01-17-v0029) Add summary image to README/index.md * [**Release 2021-10-11 v0.0.28**](#release-2021-10-11-v0028) Add summary image to README/index.md @@ -35,7 +35,7 @@ ### Unreleased -### Release 2022-04-18 v0.0.31 +### Release 2022-04-18 v0.0.32 UPDATED: peer-reviewed paper info in README and GitHub pages ### Release 2022-03-24 v0.0.30 diff --git a/setup.py b/setup.py index d87011a..88eefbf 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def get_long_description(): setup( name=NAME, ## version=versioneer.get_version(), - version='0.0.31', + version='0.0.32', author='DV Klopfenstein', author_email='dvklopfenstein@protonmail.com', ## cmdclass=versioneer.get_cmdclass(), diff --git a/src/pmidcite/__version__.py b/src/pmidcite/__version__.py index bc28451..944a62b 100644 --- a/src/pmidcite/__version__.py +++ b/src/pmidcite/__version__.py @@ -1,3 +1,3 @@ """Version of pmidcite project""" -__version__ = '0.0.31' +__version__ = '0.0.32'