Skip to content

Commit 8a83ef4

Browse files
committed
Bump version: 0.13.0 → 0.13.1
1 parent f48e6bb commit 8a83ef4

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.13.0
2+
current_version = 0.13.1
33
commit = True
44
tag = True
55

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5657281.svg)](https://doi.org/10.5281/zenodo.5657281)
66
[![Downloads](https://static.pepy.tech/badge/aspire/month)](https://pepy.tech/project/aspire)
77

8-
# ASPIRE - Algorithms for Single Particle Reconstruction - v0.13.0
8+
# ASPIRE - Algorithms for Single Particle Reconstruction - v0.13.1
99

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

@@ -20,7 +20,7 @@ For more information about the project, algorithms, and related publications ple
2020
Please cite using the following DOI. This DOI represents all versions, and will always resolve to the latest one.
2121

2222
```
23-
ComputationalCryoEM/ASPIRE-Python: v0.13.0 https://doi.org/10.5281/zenodo.5657281
23+
ComputationalCryoEM/ASPIRE-Python: v0.13.1 https://doi.org/10.5281/zenodo.5657281
2424
2525
```
2626

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
# built documents.
8787
#
8888
# The full version, including alpha/beta/rc tags.
89-
release = version = "0.13.0"
89+
release = version = "0.13.1"
9090

9191
# The language for content autogenerated by Sphinx. Refer to documentation
9292
# for a list of supported languages.

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Aspire v0.13.0
1+
Aspire v0.13.1
22
==============
33

44
Algorithms for Single Particle Reconstruction

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aspire"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
description = "Algorithms for Single Particle Reconstruction"
55
readme = "README.md" # Optional
66
requires-python = ">=3.9"

src/aspire/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from aspire.exceptions import handle_exception
1313

1414
# version in maj.min.bld format
15-
__version__ = "0.13.0"
15+
__version__ = "0.13.1"
1616

1717

1818
# Setup `confuse` config

src/aspire/config_default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.13.0
1+
version: 0.13.1
22
common:
33
# numeric module to use - one of numpy/cupy
44
numeric: numpy

0 commit comments

Comments
 (0)