From 9a2e15f0c99886a748495537b931bc26fe63b247 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Mon, 26 Aug 2024 18:39:20 -0400 Subject: [PATCH] chore: update pip install example --- README.md | 15 +++++++++------ README.qmd | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1e8e90b..6e62707 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ pip install git+https://github.com/CCBR/Tools Or specify a specific tagged version or branch: ```sh -pip install git+https://github.com/CCBR/Tools@main +pip install git+https://github.com/CCBR/Tools@v0.1.0 ``` ## Usage @@ -68,7 +68,7 @@ import ccbr_tools.pkg_util print(ccbr_tools.pkg_util.get_version()) ``` - 0.1.0-dev + 0.1.1-dev ## CLI Utilities @@ -121,14 +121,17 @@ package and do not have any unit tests. Please cite this software if you use it in a publication: -> Sovacool K., Koparde V., Kuhn S., Tandon M., Huse S. CCBR Tools: -> Utilities for CCBR Bioinformatics Software URL: -> https://ccbr.github.io/Tools/ +> Sovacool K., Koparde V., Kuhn S., Tandon M., Huse S. (2024). CCBR +> Tools: Utilities for CCBR Bioinformatics Software (version v0.1.0). +> DOI: 10.5281/zenodo.13377166 URL: https://ccbr.github.io/Tools/ ### Bibtex entry @misc{YourReferenceHere, author = {Sovacool, Kelly and Koparde, Vishal and Kuhn, Skyler and Tandon, Mayank and Huse, Susan}, + doi = {10.5281/zenodo.13377166}, + month = {8}, title = {CCBR Tools: Utilities for CCBR Bioinformatics Software}, - url = {https://ccbr.github.io/Tools/} + url = {https://ccbr.github.io/Tools/}, + year = {2024} } diff --git a/README.qmd b/README.qmd index 8b29664..96ecc2b 100644 --- a/README.qmd +++ b/README.qmd @@ -30,7 +30,7 @@ pip install git+https://github.com/CCBR/Tools Or specify a specific tagged version or branch: ```sh -pip install git+https://github.com/CCBR/Tools@main +pip install git+https://github.com/CCBR/Tools@v0.1.0 ``` ## Usage