Skip to content

Commit

Permalink
Fix setup version.
Browse files Browse the repository at this point in the history
  • Loading branch information
francisengelmann committed Dec 29, 2019
1 parent 87eedd6 commit 29e58f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

version = '0.1.4'
version = '0.1.5'

setup(name='pyviz3d',
version=version,
Expand All @@ -19,5 +19,8 @@
author_email='[email protected]',
license='MIT',
packages=['pyviz3d'],
install_requires=['numpy', 'vtk'],
install_requires=[
'numpy',
'vtk',
],
zip_safe=False)

0 comments on commit 29e58f1

Please sign in to comment.