From 2e9337aed27c3e91473d836b52b9c9b461e8161a Mon Sep 17 00:00:00 2001 From: Daniel Moser Date: Tue, 3 Dec 2024 12:10:54 -0700 Subject: [PATCH] readme fix --- README.rst | 2 +- docs/index.rst | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4fa3a9e..809e5eb 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Full documentation at `pyhdust.readthedocs.io `_. **pyhdust** should be independent of plataform (Linux, Mac, Windows) and compatible with Python3 (3.6+). -If you make use of **pyhdust** in your work, please cite Section 2.1.4 my thesis (Faes 2015: `arXiv `_, `ADS `_, `BibTeX `_). +If you make use of **pyhdust** in your work, please cite Section 2.1.4 of my thesis (Faes 2015: `arXiv `_, `ADS `_, `BibTeX `_). How to install/uninstall diff --git a/docs/index.rst b/docs/index.rst index be89818..e9a0fc0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,14 +4,14 @@ Welcome to **pyhdust** documentation! ============================================================= **Analysis tools for multi-technique astronomical data and** *hdust* **models**. -Pyhdust is currently at **version 1.6.0**. |Tests| +Pyhdust is currently at **version 1.6.1**. |Tests| .. |Tests| image:: https://github.com/danmoser/pyhdust/actions/workflows/main.yaml/badge.svg :target: https://github.com/danmoser/pyhdust/actions/workflows/main.yaml **pyhdust** should be independent of plataform (Linux, Mac, Windows) and compatible with Python3 (3.6+). -If you make use of **pyhdust** in your work, please cite Section 2.1.4 my thesis (Faes 2015: `arXiv `_, `ADS `_, `BibTeX `_). +If you make use of **pyhdust** in your work, please cite Section 2.1.4 of my thesis (Faes 2015: `arXiv `_, `ADS `_, `BibTeX `_). .. toctree:: :titlesonly: diff --git a/setup.py b/setup.py index 7648ea1..c86731c 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def recfiles(chdir, path): setup( name="pyhdust", - version="1.6.0", + version="1.6.1", description=( "Analysis tools for multi-technique astronomical data and hdust models" ),