Skip to content

Commit 73ceb5b

Browse files
committed
Bump version 0.0.12 -> 0.0.13
1 parent 5d968ec commit 73ceb5b

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _Probabilistic 3D Reconstruction of Spectral Line Observations._
1010

1111
## Installation
1212

13-
Get the latest release (version 0.0.12) either from [PyPI](https://pypi.org/project/p3droslo/), using `pip`, with:
13+
Get the latest release (version 0.0.13) either from [PyPI](https://pypi.org/project/p3droslo/), using `pip`, with:
1414
```
1515
pip install p3droslo
1616
```

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: p3droslo
3-
version: "0.0.12"
3+
version: "0.0.13"
44

55
about:
66
home: "https://github.com/Magritte-code/p3droslo"

docs/src/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Welcome to the p3droslo documentation! p3droslo is a software library for probab
1616
Installation
1717
************
1818

19-
Get the latest release (version 0.0.12) either from `PyPI <https://pypi.org/project/p3droslo/>`_, using pip, with:
19+
Get the latest release (version 0.0.13) either from `PyPI <https://pypi.org/project/p3droslo/>`_, using pip, with:
2020

2121
.. code-block:: shell
2222

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "p3droslo"
7-
version = "0.0.12"
7+
version = "0.0.13"
88
description = "Probabilistic 3D Reconstruction of Specrtral Line Observations."
99
readme = "README.md"
1010
authors = [{ name = "Frederik De Ceuster", email = "[email protected]" }]
@@ -39,7 +39,7 @@ dev = ["black", "bumpver", "pip-tools", "pytest"]
3939
Homepage = "https://github.com/Magritte-code/p3droslo"
4040

4141
[tool.bumpver]
42-
current_version = "0.0.12"
42+
current_version = "0.0.13"
4343
version_pattern = "MAJOR.MINOR.PATCH"
4444
commit_message = "Bump version {old_version} -> {new_version}"
4545
commit = true

src/p3droslo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Version number of this package (p3droslo)
2-
__version__ = "0.0.12"
2+
__version__ = "0.0.13"

0 commit comments

Comments
 (0)