Skip to content

Commit 2e9337a

Browse files
committed
readme fix
1 parent c552b0a commit 2e9337a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Full documentation at `pyhdust.readthedocs.io <http://pyhdust.readthedocs.io>`_.
1111

1212
**pyhdust** should be independent of plataform (Linux, Mac, Windows) and compatible with Python3 (3.6+).
1313

14-
If you make use of **pyhdust** in your work, please cite Section 2.1.4 my thesis (Faes 2015: `arXiv <https://arxiv.org/abs/1512.06094>`_, `ADS <https://ui.adsabs.harvard.edu/abs/2015PhDT........60F>`_, `BibTeX <https://ui.adsabs.harvard.edu/abs/2015PhDT........60F/exportcitation>`_).
14+
If you make use of **pyhdust** in your work, please cite Section 2.1.4 of my thesis (Faes 2015: `arXiv <https://arxiv.org/abs/1512.06094>`_, `ADS <https://ui.adsabs.harvard.edu/abs/2015PhDT........60F>`_, `BibTeX <https://ui.adsabs.harvard.edu/abs/2015PhDT........60F/exportcitation>`_).
1515

1616

1717
How to install/uninstall

docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Welcome to **pyhdust** documentation!
44
=============================================================
55
**Analysis tools for multi-technique astronomical data and** *hdust* **models**.
66

7-
Pyhdust is currently at **version 1.6.0**. |Tests|
7+
Pyhdust is currently at **version 1.6.1**. |Tests|
88

99
.. |Tests| image:: https://github.com/danmoser/pyhdust/actions/workflows/main.yaml/badge.svg
1010
:target: https://github.com/danmoser/pyhdust/actions/workflows/main.yaml
1111

1212
**pyhdust** should be independent of plataform (Linux, Mac, Windows) and compatible with Python3 (3.6+).
1313

14-
If you make use of **pyhdust** in your work, please cite Section 2.1.4 my thesis (Faes 2015: `arXiv <https://arxiv.org/abs/1512.06094>`_, `ADS <https://ui.adsabs.harvard.edu/abs/2015PhDT........60F>`_, `BibTeX <https://ui.adsabs.harvard.edu/abs/2015PhDT........60F/exportcitation>`_).
14+
If you make use of **pyhdust** in your work, please cite Section 2.1.4 of my thesis (Faes 2015: `arXiv <https://arxiv.org/abs/1512.06094>`_, `ADS <https://ui.adsabs.harvard.edu/abs/2015PhDT........60F>`_, `BibTeX <https://ui.adsabs.harvard.edu/abs/2015PhDT........60F/exportcitation>`_).
1515

1616
.. toctree::
1717
:titlesonly:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def recfiles(chdir, path):
6060

6161
setup(
6262
name="pyhdust",
63-
version="1.6.0",
63+
version="1.6.1",
6464
description=(
6565
"Analysis tools for multi-technique astronomical data and hdust models"
6666
),

0 commit comments

Comments
 (0)