Skip to content

Commit

Permalink
Bump version 0.0.13 -> 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
FredDeCeuster committed Jul 26, 2023
1 parent dfa50da commit 2adc5ed
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 @@ -10,7 +10,7 @@ _Probabilistic 3D Reconstruction of Spectral Line Observations._

## Installation

Get the latest release (version 0.0.13) either from [PyPI](https://pypi.org/project/p3droslo/), using `pip`, with:
Get the latest release (version 0.0.14) 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.13"
version: "0.0.14"

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 @@ -16,7 +16,7 @@ Welcome to the p3droslo documentation! p3droslo is a software library for probab
Installation
************

Get the latest release (version 0.0.13) either from `PyPI <https://pypi.org/project/p3droslo/>`_, using pip, with:
Get the latest release (version 0.0.14) 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.13"
version = "0.0.14"
description = "Probabilistic 3D Reconstruction of Specrtral Line Observations."
readme = "README.md"
authors = [{ name = "Frederik De Ceuster", email = "frederik.deceuster@gmail.com" }]
Expand Down Expand Up @@ -39,7 +39,7 @@ dev = ["black", "bumpver", "pip-tools", "pytest"]
Homepage = "https://github.com/Magritte-code/p3droslo"

[tool.bumpver]
current_version = "0.0.13"
current_version = "0.0.14"
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.13"
__version__ = "0.0.14"

0 comments on commit 2adc5ed

Please sign in to comment.