From b605ed7e664b0cbcf2457cac2d9583e7c7340ed8 Mon Sep 17 00:00:00 2001 From: Malcolm Ramsay Date: Tue, 30 Jul 2019 09:23:29 +1000 Subject: [PATCH] sdanalysis 0.9.1 chore(dist): Change license location in meta.yaml feat: Support categorical colour using function chore(deps): Update freud-analysis requirement chore(env): Update freud to v1.2.0 in environment.yml chore(deps): Tighter pinning of dependency versions test: Refactor tests for simplicity feat: Expose wave number calculation function chore: Remove intreractive_config from coverage fix: Remove calculation of scattering function feat: Optional flag to enable scattering function chore(build): Include python 3.7 in trove classifiers --- conda_recipe/meta.yaml | 2 +- docs/source/conf.py | 4 ++-- src/sdanalysis/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda_recipe/meta.yaml b/conda_recipe/meta.yaml index 90561467..9ebf5693 100644 --- a/conda_recipe/meta.yaml +++ b/conda_recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.9.0" %} +{% set version = "0.9.1" %} package: name: sdanalysis diff --git a/docs/source/conf.py b/docs/source/conf.py index 8a32d379..e91d8b34 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,9 +72,9 @@ # built documents. # # The short X.Y version. -version = "0.9.0" +version = "0.9.1" # The full version, including alpha/beta/rc tags. -release = "0.9.0" +release = "0.9.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/sdanalysis/version.py b/src/sdanalysis/version.py index 393bfb26..69ec33bf 100644 --- a/src/sdanalysis/version.py +++ b/src/sdanalysis/version.py @@ -5,4 +5,4 @@ # Copyright © 2018 Malcolm Ramsay # # Distributed under terms of the MIT license. -__version__ = "0.9.0" +__version__ = "0.9.1"