Skip to content

Commit

Permalink
Update version and fix bug in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cescgina committed Aug 13, 2018
1 parent a301d28 commit e60e05a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AdaptivePELE/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.5.1"
__version__ = "1.5.2"
name = "AdaptivePELE"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def run(self):
package_data={"AdaptivePELE/atomset": ['*.pxd']},
install_requires=['numpy', 'mdtraj', 'scipy'],
cmdclass=cmdclass,
ext_modules=cythonize(ext_modules), # accepts a glob pattern
ext_modules=ext_modules, # accepts a glob pattern
include_dirs=[numpy.get_include()],
classifiers=(
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit e60e05a

Please sign in to comment.