Skip to content

Commit 8aa961a

Browse files
committed
Bump version 0.0.17 -> 0.1.0
1 parent 8bc17da commit 8aa961a

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.17) either from [PyPI](https://pypi.org/project/pomme/), using `pip`, with:
29+
Get the latest release (version 0.1.0) 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.17"
3+
version: "0.1.0"
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
@@ -34,7 +34,7 @@ It is currently developed and maintained by `Frederik De Ceuster <https://fredde
3434
Installation
3535
************
3636

37-
Get the latest release (version 0.0.17) either from `PyPI <https://pypi.org/project/pomme/>`_, using pip, with:
37+
Get the latest release (version 0.1.0) either from `PyPI <https://pypi.org/project/pomme/>`_, using pip, with:
3838

3939
.. code-block:: shell
4040

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.17"
7+
version = "0.1.0"
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.17"
43+
current_version = "0.1.0"
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.17"
2+
__version__ = "0.1.0"
33

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

0 commit comments

Comments
 (0)