Skip to content

Commit acb4e6c

Browse files
committed
sdanalysis 0.11.6
Trigger release for archiving on Zenodo This provides the repository with a DOI that can be used to cite it.
1 parent 35fc159 commit acb4e6c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

conda_recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.11.5" %}
1+
{% set version = "0.11.6" %}
22

33
package:
44
name: sdanalysis

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
# built documents.
7373
#
7474
# The short X.Y version.
75-
version = "0.11.5"
75+
version = "0.11.6"
7676
# The full version, including alpha/beta/rc tags.
77-
release = "0.11.5"
77+
release = "0.11.6"
7878

7979
# The language for content autogenerated by Sphinx. Refer to documentation
8080
# for a list of supported languages.

src/sdanalysis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# Copyright © 2018 Malcolm Ramsay <malramsay64@gmail.com>
66
#
77
# Distributed under terms of the MIT license.
8-
__version__ = "0.11.5"
8+
__version__ = "0.11.6"

0 commit comments

Comments
 (0)