Skip to content

Commit

Permalink
Bump version 0.0.15 -> 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
FredDeCeuster committed Aug 2, 2024
1 parent dc77f75 commit 43f37b8
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.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
```
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: pomme
version: "0.0.15"
version: "0.0.16"

about:
home: "https://github.com/Magritte-code/pomme"
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.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:

.. 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 = "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" }]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pomme/__init__.py
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 43f37b8

Please sign in to comment.