From 1ab6056076d44f421364a21339185467037ba607 Mon Sep 17 00:00:00 2001 From: Jaime RGP Date: Mon, 29 Jan 2018 11:09:57 +0100 Subject: [PATCH] Bump up version to 0.0.2 --- esigen/__init__.py | 2 ++ scripts/conda-recipe/meta.yaml | 2 +- scripts/construct/construct.yaml | 2 +- scripts/construct27/construct.yaml | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/esigen/__init__.py b/esigen/__init__.py index 1371d29..ce7061b 100644 --- a/esigen/__init__.py +++ b/esigen/__init__.py @@ -6,3 +6,5 @@ """ from .core import ESIgenReport + +__version__ = "0.0.2" \ No newline at end of file diff --git a/scripts/conda-recipe/meta.yaml b/scripts/conda-recipe/meta.yaml index 291010f..eb3c4e3 100644 --- a/scripts/conda-recipe/meta.yaml +++ b/scripts/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: esigen - version: 0.0.1 + version: 0.0.2 about: home: https://github.com/insilichem/esigen diff --git a/scripts/construct/construct.yaml b/scripts/construct/construct.yaml index c024a9f..8dcf0bd 100644 --- a/scripts/construct/construct.yaml +++ b/scripts/construct/construct.yaml @@ -1,5 +1,5 @@ name: esigen -version: 0.0.1 +version: 0.0.2 license_file: ../../LICENSE # Welcome image for Windows installer diff --git a/scripts/construct27/construct.yaml b/scripts/construct27/construct.yaml index 36d969a..8caf1c9 100644 --- a/scripts/construct27/construct.yaml +++ b/scripts/construct27/construct.yaml @@ -1,5 +1,5 @@ name: esigen -version: 0.0.1 +version: 0.0.2 license_file: ../../LICENSE # Welcome image for Windows installer diff --git a/setup.py b/setup.py index 1527c93..ddc5ab1 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def read(*filenames, **kwargs): setup( name='esigen', - version='0.0.1', + version='0.0.2', url='https://github.com/insilichem/esigen', author='Jaime Rodríguez-Guerra', author_email='jaime.rogue@gmail.com',