diff --git a/padelpy/__init__.py b/padelpy/__init__.py index b6bb4c6..84c0e68 100644 --- a/padelpy/__init__.py +++ b/padelpy/__init__.py @@ -1,3 +1,3 @@ from padelpy.wrapper import padeldescriptor from padelpy.functions import from_mdl, from_smiles -__version__ = '0.1.4' +__version__ = '0.1.5' diff --git a/padelpy/functions.py b/padelpy/functions.py index c02c6bb..743122b 100644 --- a/padelpy/functions.py +++ b/padelpy/functions.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # padelpy/functions.py -# v.0.1.4 +# v.0.1.5 # Developed in 2019 by Travis Kessler # # Contains various functions commonly used with PaDEL-Descriptor diff --git a/padelpy/wrapper.py b/padelpy/wrapper.py index e1bcfda..606b517 100644 --- a/padelpy/wrapper.py +++ b/padelpy/wrapper.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # padelpy/wrapper.py -# v.0.1.4 +# v.0.1.5 # Developed in 2019 by Travis Kessler # # Contains the `padeldescriptor` function, a wrapper for PaDEL-Descriptor diff --git a/setup.py b/setup.py index b03e4af..3546564 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='padelpy', - version='0.1.4', + version='0.1.5', description='A Python wrapper for PaDEL-Descriptor', url='https://github.com/ecrl/padelpy', author='Travis Kessler',