Skip to content

Commit

Permalink
setup: v4.2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tridelat committed May 22, 2019
1 parent 81f4bff commit bfa0cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

setup(name='py2gmsh',
packages=['py2gmsh'],
version='4.2.3.0',
version='4.2.3.1',
description='Python wrappers to gmsh files with object-oriented syntax',
long_description=long_description,
long_description_content_type='text/markdown',
author='Tristan de Lataillade',
author_email='[email protected]',
url='https://github.com/tridelat/py2gmsh',
download_url='https://github.com/tridelat/py2gmsh/tarball/v4.2.3.0',
download_url='https://github.com/tridelat/py2gmsh/tarball/v4.2.3.1',
keywords=['gmsh', 'wrapper', 'mesh', 'python', 'api'],
classifiers=["Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit bfa0cd6

Please sign in to comment.