diff --git a/README.md b/README.md index ee752d6..c5301ff 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.15) either from [PyPI](https://pypi.org/project/pomme/), using `pip`, with: +Get the latest release (version 0.0.16) either from [PyPI](https://pypi.org/project/pomme/), using `pip`, with: ``` pip install pomme ``` diff --git a/conda/meta.yaml b/conda/meta.yaml index a54a44c..c5a42db 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,6 +1,6 @@ package: name: pomme - version: "0.0.15" + version: "0.0.16" about: home: "https://github.com/Magritte-code/pomme" diff --git a/docs/src/index.rst b/docs/src/index.rst index 71e8721..549cc6f 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.16) either from `PyPI `_, using pip, with: .. code-block:: shell diff --git a/pyproject.toml b/pyproject.toml index ade651b..c2ef5e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pomme" -version = "0.0.15" +version = "0.0.16" 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/pomme" [tool.bumpver] -current_version = "0.0.15" +current_version = "0.0.16" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true diff --git a/src/pomme/__init__.py b/src/pomme/__init__.py index 57f4192..d5e3465 100644 --- a/src/pomme/__init__.py +++ b/src/pomme/__init__.py @@ -1,5 +1,5 @@ # Version number of this package (pomme) -__version__ = "0.0.15" +__version__ = "0.0.16" import torch torch.set_default_dtype(torch.float64) \ No newline at end of file