Skip to content

Commit 43f37b8

Browse files
committed
Bump version 0.0.15 -> 0.0.16
1 parent dc77f75 commit 43f37b8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It is currently developed and maintained by [Frederik De Ceuster](https://fredde
2626

2727
## Installation
2828

29-
Get the latest release (version 0.0.15) either from [PyPI](https://pypi.org/project/pomme/), using `pip`, with:
29+
Get the latest release (version 0.0.16) either from [PyPI](https://pypi.org/project/pomme/), using `pip`, with:
3030
```
3131
pip install pomme
3232
```

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: pomme
3-
version: "0.0.15"
3+
version: "0.0.16"
44

55
about:
66
home: "https://github.com/Magritte-code/pomme"

docs/src/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It is currently developed and maintained by `Frederik De Ceuster <https://fredde
3232
Installation
3333
************
3434

35-
Get the latest release (version 0.0.15) either from `PyPI <https://pypi.org/project/pomme/>`_, using pip, with:
35+
Get the latest release (version 0.0.16) either from `PyPI <https://pypi.org/project/pomme/>`_, using pip, with:
3636

3737
.. code-block:: shell
3838

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pomme"
7-
version = "0.0.15"
7+
version = "0.0.16"
88
description = "Probabilistic 3D Reconstruction of Spectral Line Observations."
99
readme = "README.md"
1010
authors = [{ name = "Frederik De Ceuster", email = "[email protected]" }]
@@ -40,7 +40,7 @@ dev = ["black", "bumpver", "pip-tools", "pytest"]
4040
Homepage = "https://github.com/Magritte-code/pomme"
4141

4242
[tool.bumpver]
43-
current_version = "0.0.15"
43+
current_version = "0.0.16"
4444
version_pattern = "MAJOR.MINOR.PATCH"
4545
commit_message = "Bump version {old_version} -> {new_version}"
4646
commit = true

src/pomme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version number of this package (pomme)
2-
__version__ = "0.0.15"
2+
__version__ = "0.0.16"
33

44
import torch
55
torch.set_default_dtype(torch.float64)

0 commit comments

Comments
 (0)