Skip to content

Commit 7d71e25

Browse files
committed
updated version
1 parent 419d650 commit 7d71e25

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
cff-version: 1.2.4
1+
cff-version: 1.2.6
22
message: "If you use this software, please cite it as below."
33
authors:
44
- family-names: "Chael"
55
given-names: "Andrew"
66
orcid: "https://orcid.org/0000-0003-2966-6220
77
"
88
title: "eht-imaging"
9-
version: 1.2.4
10-
doi: 10.5281/zenodo.6519440
9+
version: 1.2.6
10+
doi: 10.5281/zenodo.7226661
1111
date-released: 2022-05-04
1212
url: "https://github.com/achael/eht-imaging"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The package contains several primary classes for loading, simulating, and manipu
1010
Installation
1111
------------
1212

13-
The latest stable version (`1.2.4 <https://github.com/achael/eht-imaging/releases/tag/v1.2.4>`_) is available on `PyPi <https://pypi.org/project/ehtim/>`_. Simply install pip and run
13+
The latest stable version (`1.2.6 <https://github.com/achael/eht-imaging/releases/tag/v1.2.6>`_) is available on `PyPi <https://pypi.org/project/ehtim/>`_. Simply install pip and run
1414

1515
.. code-block:: bash
1616

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77
if __name__ == "__main__":
88
setup(name="ehtim",
99

10-
version = "1.2.5",
10+
version = "1.2.6",
1111

1212
author = "Andrew Chael",
1313
author_email = "achael@princeton.edu",

0 commit comments

Comments
 (0)