Skip to content

Commit

Permalink
🎉 Release v2018.10.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Oct 30, 2018
1 parent 0c35ef7 commit c671fe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion defunc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2018.10.30.4'
__version__ = '2018.10.30.5'


from .utils import *
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@


# module constants
PACKAGES = ['defunc']
DATADIRS = {'defunc': ['data/*']}
REQUIRED = ['numpy',
'scipy',
Expand All @@ -19,9 +20,10 @@

setup(name='defunc',
description=__doc__,
version='2018.10.30.4',
version='2018.10.30.5',
author='DESHIMA software team',
author_email='taniguchi@a.phys.nagoya-u.ac.jp',
url='https://github.com/deshima-dev/defunc',
install_requires=REQUIRED,
package_data=DATADIRS)
package_data=DATADIRS,
packages=PACKAGES)

0 comments on commit c671fe0

Please sign in to comment.