From 0303b0b91eb13065034322d35e76d91385d6740d Mon Sep 17 00:00:00 2001 From: Josh Carmichael Date: Thu, 7 Dec 2023 13:38:18 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.0=20=E2=86=92=200.12.1?= 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 e8869dac22..3d6c2a6025 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.0 +current_version = 0.12.1 commit = True tag = True diff --git a/README.md b/README.md index ffdeb55387..278ad11df5 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.12.0 +# ASPIRE - Algorithms for Single Particle Reconstruction - v0.12.1 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.12.0 https://doi.org/10.5281/zenodo.5657281 +ComputationalCryoEM/ASPIRE-Python: v0.12.1 https://doi.org/10.5281/zenodo.5657281 ``` diff --git a/docs/source/conf.py b/docs/source/conf.py index cd83c6a7ff..f9c69025c4 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.12.0" +release = version = "0.12.1" # 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 15a7335521..3802166549 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,4 +1,4 @@ -Aspire v0.12.0 +Aspire v0.12.1 ============== Algorithms for Single Particle Reconstruction diff --git a/pyproject.toml b/pyproject.toml index a83b4251bc..d45af190a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aspire" -version = "0.12.0" +version = "0.12.1" description = "Algorithms for Single Particle Reconstruction" readme = "README.md" # Optional requires-python = ">=3.8" diff --git a/src/aspire/__init__.py b/src/aspire/__init__.py index 654112e47d..fbb3ac2d2a 100644 --- a/src/aspire/__init__.py +++ b/src/aspire/__init__.py @@ -12,7 +12,7 @@ from aspire.exceptions import handle_exception # version in maj.min.bld format -__version__ = "0.12.0" +__version__ = "0.12.1" # Setup `confuse` config diff --git a/src/aspire/config_default.yaml b/src/aspire/config_default.yaml index 1768d18f08..cb82637a9b 100644 --- a/src/aspire/config_default.yaml +++ b/src/aspire/config_default.yaml @@ -1,4 +1,4 @@ -version: 0.12.0 +version: 0.12.1 common: # numeric module to use - one of numpy/cupy numeric: numpy