Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
achael committed Sep 8, 2023
1 parent 419d650 commit 7d71e25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cff-version: 1.2.4
cff-version: 1.2.6
message: "If you use this software, please cite it as below."
authors:
- family-names: "Chael"
given-names: "Andrew"
orcid: "https://orcid.org/0000-0003-2966-6220
"
title: "eht-imaging"
version: 1.2.4
doi: 10.5281/zenodo.6519440
version: 1.2.6
doi: 10.5281/zenodo.7226661
date-released: 2022-05-04
url: "https://github.com/achael/eht-imaging"
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The package contains several primary classes for loading, simulating, and manipu
Installation
------------

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
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

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(fname):
if __name__ == "__main__":
setup(name="ehtim",

version = "1.2.5",
version = "1.2.6",

author = "Andrew Chael",
author_email = "[email protected]",
Expand Down

0 comments on commit 7d71e25

Please sign in to comment.