diff --git a/README.md b/README.md index 616ebec..1c40caa 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/conda/meta.yaml b/conda/meta.yaml index 40423b0..055ab7e 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,6 +1,6 @@ package: name: p3droslo - version: "0.0.14" + version: "0.0.15" about: home: "https://github.com/Magritte-code/p3droslo" diff --git a/docs/src/index.rst b/docs/src/index.rst index 8aa9c04..7fff073 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -32,7 +32,7 @@ It is currently developed and maintained by `Frederik De Ceuster `_, using pip, with: +Get the latest release (version 0.0.15) either from `PyPI `_, using pip, with: .. code-block:: shell diff --git a/pyproject.toml b/pyproject.toml index 2578165..13e5c68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }] @@ -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 diff --git a/src/p3droslo/__init__.py b/src/p3droslo/__init__.py index c05e46e..89a7e21 100644 --- a/src/p3droslo/__init__.py +++ b/src/p3droslo/__init__.py @@ -1,2 +1,2 @@ # Version number of this package (p3droslo) -__version__ = "0.0.14" \ No newline at end of file +__version__ = "0.0.15" \ No newline at end of file