Skip to content

Commit

Permalink
Bump version 0.0.14 -> 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
FredDeCeuster committed Sep 27, 2023
1 parent 9ea8dfd commit fb72c89
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It is currently developed and maintained by [Frederik De Ceuster](https://fredde

## Installation

Get the latest release (version 0.0.14) either from [PyPI](https://pypi.org/project/p3droslo/), using `pip`, with:
Get the latest release (version 0.0.15) either from [PyPI](https://pypi.org/project/p3droslo/), using `pip`, with:
```
pip install p3droslo
```
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: p3droslo
version: "0.0.14"
version: "0.0.15"

about:
home: "https://github.com/Magritte-code/p3droslo"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It is currently developed and maintained by `Frederik De Ceuster <https://fredde
Installation
************

Get the latest release (version 0.0.14) either from `PyPI <https://pypi.org/project/p3droslo/>`_, using pip, with:
Get the latest release (version 0.0.15) either from `PyPI <https://pypi.org/project/p3droslo/>`_, using pip, with:

.. code-block:: shell
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "p3droslo"
version = "0.0.14"
version = "0.0.15"
description = "Probabilistic 3D Reconstruction of Spectral Line Observations."
readme = "README.md"
authors = [{ name = "Frederik De Ceuster", email = "frederik.deceuster@gmail.com" }]
Expand Down Expand Up @@ -40,7 +40,7 @@ dev = ["black", "bumpver", "pip-tools", "pytest"]
Homepage = "https://github.com/Magritte-code/p3droslo"

[tool.bumpver]
current_version = "0.0.14"
current_version = "0.0.15"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/p3droslo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version number of this package (p3droslo)
__version__ = "0.0.14"
__version__ = "0.0.15"

0 comments on commit fb72c89

Please sign in to comment.