Skip to content

Commit

Permalink
increase v
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns committed Apr 30, 2020
1 parent b8db092 commit 3c6a073
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 @@ -4,14 +4,14 @@

setuptools.setup(
name='mat73',
version='0.38',
version='0.39',
author="skjerns",
author_email="[email protected]",
description="Load MATLAB .mat 7.3 into Python native data types",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/skjerns/mat7.3",
download_url="https://github.com/skjerns/mat7.3/archive/v.038.tar.gz",
download_url="https://github.com/skjerns/mat7.3/archive/v.039.tar.gz",
install_requires=['h5py', 'numpy'],
license='GNU 2.0',
packages=['mat73'],
Expand Down

0 comments on commit 3c6a073

Please sign in to comment.