Skip to content

Commit

Permalink
updated version & DOI to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed May 26, 2016
1 parent 61bd787 commit 66e8a85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions CITATION.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## Cite As:

Kyle E. Niemeyer and Nicholas J. Curtis (2015). pyJac version 1.0 [Software].
Kyle E. Niemeyer and Nicholas J. Curtis (2016). pyJac version 1.0.1 [Software].
Available from https://github.com/kyleniemeyer/pyJac.
[doi:10.5281/zenodo.51139](http://dx.doi.org/10.5281/zenodo.51139)
[doi:10.5281/zenodo.53100](http://dx.doi.org/10.5281/zenodo.53100)

## BibTeX entry:

@misc{pyjac:2015,
@misc{pyjac:2016,
author = {Kyle E Niemeyer and Nicholas J Curtis},
title = {{pyJac}},
year = {2015},
year = {2016},
howpublished = {Available via \url{https://github.com/kyleniemeyer/pyJac}},
doi = {10.5281/zenodo.51139},
Note = {Version 1.0}
doi = {10.5281/zenodo.53100},
Note = {Version 1.0.1}
}
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
pyJac
#####

.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.51139.svg
:target: http://dx.doi.org/10.5281/zenodo.51139
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.53100.svg
:target: http://dx.doi.org/10.5281/zenodo.53100

This utility creates source code to calculate the Jacobian matrix analytically
for a chemical reaction mechanism.
Expand Down
2 changes: 1 addition & 1 deletion pyjac/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (1, 0, 0)
__version_info__ = (1, 0, 1)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 66e8a85

Please sign in to comment.