Skip to content
Snippets Groups Projects
Commit c0d8a4a6 authored by dedner's avatar dedner
Browse files

update python module to 2.5

parent 4374bde5
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,4 @@ Maintainer: alugrid@mathematik.uni-freiburg.de
Whitespace-Hook: Yes
Depends: dune-grid (>= 2.4)
Suggests: dune-corepy
Python-Modules: dune.alugrid
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(name="dune.alugrid",
namespace_packages=['dune'],
description="Python lib for dune: dune-alugrid library",
version="2.4",
version="2.5",
author="Andreas Dedner and Martin Nolte",
packages = find_packages(),
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