From f07b38620bff4feed192608b0f285c318135aa06 Mon Sep 17 00:00:00 2001 From: Raphael Vallat Date: Mon, 11 Feb 2019 16:54:04 -0800 Subject: [PATCH] Switched to 0.1.2 --- setup.py | 2 +- yasa/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b7a7d95..ed44805 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ URL = 'https://github.com/raphaelvallat/yasa/' LICENSE = 'BSD (3-clause)' DOWNLOAD_URL = 'https://github.com/raphaelvallat/yasa/' -VERSION = '0.1.1' +VERSION = '0.1.2' PACKAGE_DATA = {'yasa.data.icons': ['*.svg']} INSTALL_REQUIRES = [ diff --git a/yasa/__init__.py b/yasa/__init__.py index 3d5d957..7344445 100644 --- a/yasa/__init__.py +++ b/yasa/__init__.py @@ -1,4 +1,4 @@ # Import EntroPy objects from .main import * -__version__ = "0.1.1" +__version__ = "0.1.2"