Skip to content

Commit

Permalink
Bump version: 0.12.1 → 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettwrong committed Feb 22, 2024
1 parent 8faa9cb commit 554601b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.1
current_version = 0.12.2
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
# ASPIRE - Algorithms for Single Particle Reconstruction - v0.12.2

The ASPIRE-Python project supersedes [Matlab ASPIRE](https://github.com/PrincetonUniversity/aspire).

Expand All @@ -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.1 https://doi.org/10.5281/zenodo.5657281
ComputationalCryoEM/ASPIRE-Python: v0.12.2 https://doi.org/10.5281/zenodo.5657281
```

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = version = "0.12.1"
release = version = "0.12.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Aspire v0.12.1
Aspire v0.12.2
==============

Algorithms for Single Particle Reconstruction
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aspire"
version = "0.12.1"
version = "0.12.2"
description = "Algorithms for Single Particle Reconstruction"
readme = "README.md" # Optional
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/aspire/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from aspire.exceptions import handle_exception

# version in maj.min.bld format
__version__ = "0.12.1"
__version__ = "0.12.2"


# Setup `confuse` config
Expand Down
2 changes: 1 addition & 1 deletion src/aspire/config_default.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.12.1
version: 0.12.2
common:
# numeric module to use - one of numpy/cupy
numeric: numpy
Expand Down

0 comments on commit 554601b

Please sign in to comment.