From 43d9f00cc666379bfdfb8f870c8a83697077b84b Mon Sep 17 00:00:00 2001 From: Garrett Wright Date: Fri, 24 Apr 2026 08:48:36 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.2=20=E2=86=92=200.14.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 4 ++-- docs/source/conf.py | 2 +- docs/source/index.rst | 2 +- pyproject.toml | 2 +- src/aspire/__init__.py | 2 +- src/aspire/config_default.yaml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9d6eb705dd..91d71aea7c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.2 +current_version = 0.14.3 commit = True tag = True diff --git a/README.md b/README.md index 48d2026e8a..fd04107368 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5657281.svg)](https://doi.org/10.5281/zenodo.5657281) [![Downloads](https://static.pepy.tech/badge/aspire/month)](https://pepy.tech/project/aspire) -# ASPIRE - Algorithms for Single Particle Reconstruction - v0.14.2 +# ASPIRE - Algorithms for Single Particle Reconstruction - v0.14.3 The ASPIRE-Python project supersedes [Matlab ASPIRE](https://github.com/PrincetonUniversity/aspire). @@ -20,7 +20,7 @@ For more information about the project, algorithms, and related publications ple Please cite using the following DOI. This DOI represents all versions, and will always resolve to the latest one. ``` -ComputationalCryoEM/ASPIRE-Python: v0.14.2 https://doi.org/10.5281/zenodo.5657281 +ComputationalCryoEM/ASPIRE-Python: v0.14.3 https://doi.org/10.5281/zenodo.5657281 ``` diff --git a/docs/source/conf.py b/docs/source/conf.py index 5faee47e40..556fae2a44 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -86,7 +86,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = version = "0.14.2" +release = version = "0.14.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/index.rst b/docs/source/index.rst index 560117887e..f808899eeb 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,4 +1,4 @@ -Aspire v0.14.2 +Aspire v0.14.3 ============== Algorithms for Single Particle Reconstruction diff --git a/pyproject.toml b/pyproject.toml index df390d72ec..fe7e3c6673 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aspire" -version = "0.14.2" +version = "0.14.3" description = "Algorithms for Single Particle Reconstruction" readme = "README.md" # Optional requires-python = ">=3.10" diff --git a/src/aspire/__init__.py b/src/aspire/__init__.py index d7c9359a0e..f9a96a93d9 100644 --- a/src/aspire/__init__.py +++ b/src/aspire/__init__.py @@ -15,7 +15,7 @@ from aspire.exceptions import handle_exception # version in maj.min.bld format -__version__ = "0.14.2" +__version__ = "0.14.3" # Setup `confuse` config diff --git a/src/aspire/config_default.yaml b/src/aspire/config_default.yaml index ee97c4b8ca..6499d9a86c 100644 --- a/src/aspire/config_default.yaml +++ b/src/aspire/config_default.yaml @@ -1,4 +1,4 @@ -version: 0.14.2 +version: 0.14.3 common: # numeric module to use - one of numpy/cupy numeric: numpy