Skip to content

Commit

Permalink
README updated, version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Jan 25, 2021
1 parent d653836 commit 255a98b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This is a python interface to tetgen, a powerful and fast mesh generator (http:/
This package includes the tetgen source, v.1.5, and provides (so far) minimal bindings to be ables to generate
meshes in python. The basic interface follows (and can be used to replace) that of `scipy.spatial.Delaunay <https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.Delaunay.html>`_.

2D points triangulation with consistent API is provided through `triangle <https://rufat.be/triangle/>`_.

Basic Usage
===========

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup( name = 'pytetgen',
packages=['pytetgen'],
version = '0.2.0',
version = '0.2.1',
description = 'wrapper for the tetgen mesh generator',
long_description=long_description,
author = 'Marcello Sega',
Expand Down

0 comments on commit 255a98b

Please sign in to comment.