Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vergauwenthomas committed Mar 7, 2024
1 parent 6d426cb commit bc2e085
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pip install git+https://github.com/vergauwenthomas/MetObs_toolkit.git
pip install git+https://github.com/vergauwenthomas/MetObs_toolkit.git@dev

#specific release from github
pip install git+https://github.com/vergauwenthomas/MetObs_toolkit.git@v0.1.3-joss
pip install git+https://github.com/vergauwenthomas/MetObs_toolkit.git@v0.2.0
```
For some advanced quality control methods, the [Titanlib package](https://github.com/metno/titanlib) is used. Since the installation of titanlib requires a c++ compiler, we have chosen not to include it in the toolkit. If you want to use the Titanlib functionality you must install both the toolkit and Titanlib:

Expand Down
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To install the PyPi version of the toolkit. To install the github versions one c
pip install git+https://github.com/vergauwenthomas/MetObs_toolkit.git@dev
#specific release from github
pip install git+https://github.com/vergauwenthomas/MetObs_toolkit.git@v0.1.3-joss
pip install git+https://github.com/vergauwenthomas/MetObs_toolkit.git@v0.2.0
For some advanced quality control methods, the `Titanlib <https://github.com/metno/titanlib>`_ package is used.
Expand Down
2 changes: 1 addition & 1 deletion metobs_toolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@

# DO not change this manually!

__version__ = "0.1.3a"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ maintainers = ["Thomas Vergauwen <[email protected]>"]
name = "MetObs-toolkit"
packages = [{include = "metobs_toolkit"}]
readme = "README.md"
version = "0.1.3a"
version = "0.2.0"

[tool.poetry.dependencies]
cartopy = "^0.22.0"
Expand Down

0 comments on commit bc2e085

Please sign in to comment.