From 83799894f8b534b214eb25203379c296eaee8df2 Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Fri, 3 Nov 2017 15:03:06 +0100 Subject: [PATCH] Release 0.1.4 --- ci/conda-recipe/meta.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/conda-recipe/meta.yaml b/ci/conda-recipe/meta.yaml index 85a5096..8a65370 100644 --- a/ci/conda-recipe/meta.yaml +++ b/ci/conda-recipe/meta.yaml @@ -1,7 +1,7 @@ package: name: contact_map # add ".dev0" for unreleased versions - version: "0.1.4.dev0" + version: "0.1.4" source: path: ../../ diff --git a/setup.py b/setup.py index 5f97094..629b259 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ # * VERSION: base version (do not include .dev0, etc -- that's automatic) # * IS_RELEASE: whether this is a release VERSION = "0.1.4" -IS_RELEASE = False +IS_RELEASE = True DEV_NUM = 0 # always 0: we don't do public (pypi) .dev releases PRE_TYPE = "" # a, b, or rc (although we rarely release such versions)