Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-hokanson committed Jul 21, 2020
1 parent fceb482 commit f000247
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@


setup(name='psdr',
version = '0.3.6',
version = '0.3.7',
description = 'Parameter Space Dimension Reduction Toolbox',
author = 'Jeffrey M. Hokanson',
author_email = 'jeffrey@hokanson.us',
url = 'https://github.com/jeffrey-hokanson/PSDR',
packages = ['psdr', 'psdr.demos', 'psdr.domains', 'psdr.sample', 'psdr.geometry'],
install_requires = install_requires,
)

0 comments on commit f000247

Please sign in to comment.