Skip to content
Snippets Groups Projects
Commit 2533a1a4 authored by Lars Bilke's avatar Lars Bilke
Browse files

2.4.2

parent cefa4490
No related branches found
No related tags found
No related merge requests found
......@@ -229,6 +229,6 @@ ogscm compiler.py ogs.py -B -C -R --ogs [path to ogs sources]
## PyPi Publication
- Bump version in `pyproject.py` and `version.py`
- Bump version in `pyproject.py` and run `poetry install`
- Create tag
- Push to GitLab (`git push --tags`)
from __future__ import absolute_import
import pkg_resources
__version__ = "2.4.1"
__version__ = pkg_resources.get_distribution("ogscm").version
[tool.poetry]
name = "ogscm"
version = "2.4.1"
version = "2.4.2"
description = "OGS Container Maker"
authors = ["Lars Bilke <lars.bilke@ufz.de>"]
license = "BSD 3-clause"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment