From 26cce5098e179e14623f233fe31a6f79b0701178 Mon Sep 17 00:00:00 2001 From: Travis Kessler Date: Sun, 9 Jun 2019 19:01:27 -0400 Subject: [PATCH] Version bump: 0.1.3 -> 0.1.4 --- padelpy/__init__.py | 2 +- padelpy/functions.py | 2 +- padelpy/wrapper.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/padelpy/__init__.py b/padelpy/__init__.py index 8770971..b6bb4c6 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.3' +__version__ = '0.1.4' diff --git a/padelpy/functions.py b/padelpy/functions.py index 3d57c0f..b750dae 100644 --- a/padelpy/functions.py +++ b/padelpy/functions.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # padelpy/functions.py -# v.0.1.3 +# v.0.1.4 # 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 e12c6d6..e1bcfda 100644 --- a/padelpy/wrapper.py +++ b/padelpy/wrapper.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # padelpy/wrapper.py -# v.0.1.3 +# v.0.1.4 # Developed in 2019 by Travis Kessler # # Contains the `padeldescriptor` function, a wrapper for PaDEL-Descriptor diff --git a/setup.py b/setup.py index a17deee..b03e4af 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='padelpy', - version='0.1.3', + version='0.1.4', description='A Python wrapper for PaDEL-Descriptor', url='https://github.com/ecrl/padelpy', author='Travis Kessler',