Skip to content
Snippets Groups Projects
Commit e86b6e29 authored by Robert K's avatar Robert K
Browse files

[bugfix][python] set version correctly.

parent ef4b6100
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ from setuptools import setup, find_packages ...@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(name="dune.alugrid", setup(name="dune.alugrid",
namespace_packages=['dune'], namespace_packages=['dune'],
description="Python lib for dune: dune-alugrid library", description="Python lib for dune: dune-alugrid library",
version="2.5", version="${DUNE_PYTHON_VERSION}",
author="Andreas Dedner and Martin Nolte", author="Andreas Dedner and Martin Nolte",
packages = find_packages(), packages = find_packages(),
zip_safe = 0, zip_safe = 0,
......
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