Skip to content

Commit

Permalink
set to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhewett committed Jan 9, 2020
1 parent f3deb28 commit f6ca779
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
17 changes: 1 addition & 16 deletions docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,7 @@ Cite all versions:
url = {https://doi.org/10.5281/zenodo.3603367}
}
Cite v1.0:

.. code::
@software{Pysit,
author = {Russell J. Hewett and
Laurent Demanet and
The PySIT Team},
title = {{PySIT}: {Python} Seismic Imaging Toolbox},
month = jan,
year = 2020,
publisher = {Zenodo},
doi = {10.5281/zenodo.3603368},
url = {https://doi.org/10.5281/zenodo.3603368}
version = {v1.0},
}
To cite a specific version, find the correct DOI on `Zenodo <https://doi.org/10.5281/zenodo.3603367>`_.


The PySIT Team
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
Changelog
*********

Version 1.0.1
-------------

- Minor clean-up of citations, docs, and external resources

Version 1.0
-----------

Expand Down
2 changes: 1 addition & 1 deletion pysit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.0'
version = '1.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

setup(
name="pysit",
version="1.0",
version="1.0.1",
packages=find_packages(),
install_requires=['numpy>=1.15.1',
'scipy>=1.1',
Expand Down

0 comments on commit f6ca779

Please sign in to comment.