Skip to content

Commit

Permalink
updated setup.py to 3.0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tridelat committed Oct 8, 2018
1 parent 77e6643 commit 258f91d
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='3.0.6.1',
version='3.0.6.2',
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='delataillade.tristan@gmail.com',
url='https://github.com/tridelat/py2gmsh',
download_url='https://github.com/tridelat/py2gmsh/tarball/v3.0.6.1',
download_url='https://github.com/tridelat/py2gmsh/tarball/v3.0.6.2',
keywords=['gmsh', 'wrapper', 'mesh', 'python', 'api'],
classifiers=["Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 258f91d

Please sign in to comment.