Skip to content

Commit

Permalink
sdanalysis 0.9.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
malramsay64 committed Jul 29, 2019
1 parent ee76cff commit b605ed7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.9.0" %}
{% set version = "0.9.1" %}

package:
name: sdanalysis
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/sdanalysis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# Copyright © 2018 Malcolm Ramsay <malramsay64@gmail.com>
#
# Distributed under terms of the MIT license.
__version__ = "0.9.0"
__version__ = "0.9.1"

0 comments on commit b605ed7

Please sign in to comment.