From cbcd555f1c65d5756e0541c6bbd0c8806343f0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Schl=C3=B6mer?= Date: Tue, 13 Jul 2021 14:17:57 +0200 Subject: [PATCH] version bump --- README.md | 7 +++---- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ac8282cf..ff351fde 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,9 @@ To use, install Gmsh itself and pygmsh from [pypi](https://pypi.org/project/pygm pip install pygmsh ``` -This document and the directory -[`test/`](https://github.com/nschloe/pygmsh/tree/main/test/) contain many small -examples. See [here](https://pygmsh.readthedocs.io/en/latest/index.html) for the full -documentation. +This document and the [`tests/`](https://github.com/nschloe/pygmsh/tree/main/tests/) +directory contain many small examples. See +[here](https://pygmsh.readthedocs.io/en/latest/index.html) for the full documentation. #### Flat shapes diff --git a/setup.cfg b/setup.cfg index ee6db183..29b87341 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pygmsh -version = 7.1.9 +version = 7.1.10 author = Nico Schlömer email = nico.schloemer@gmail.com description = Python frontend for Gmsh