From 9d4c92548619a98a8bfb071e5edb7ad71c1ad409 Mon Sep 17 00:00:00 2001 From: Camiel Doorenweerd Date: Wed, 18 Aug 2021 15:15:32 -1000 Subject: [PATCH] bump to 1.4.3 --- README.md | 2 +- meta.yaml | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0d2c66..867e95b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Doorenweerd C, San Jose M, Leblanc L, Barr N, Geib S, Chung AYC, Dupuis J, Ekaya ### Installation -PyCOIStats is available as an [Anaconda](https://anaconda.org/anaconda/repo) package in the channel `cdoorenweerd`. If you have Anaconda on your system, install pycoistats along with a new environment using `conda create -n pycoistatsenv -c cdoorenweerd pycoistats` to install all the dependencies and get the scripts as executables in the environment's /bin folder. +The latest released version of PyCOIStats is available as an [Anaconda](https://anaconda.org/anaconda/repo) package in the channel `cdoorenweerd`. If you have Anaconda on your system, install pycoistats along with a new environment using `conda create -n pycoistatsenv -c cdoorenweerd pycoistats` to install all the dependencies and get the scripts as executables in the environment's /bin folder. Alternatively, you can clone the github repo and use the scripts separately. For the list of module dependencies see the 'meta.yaml' file. diff --git a/meta.yaml b/meta.yaml index 61199a8..dce517f 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,9 +1,9 @@ package: name: pycoistats - version: 1.4.2 + version: 1.4.3 source: - git_rev: v1.4.2 + git_rev: v1.4.3 git_url: https://github.com/cdoorenweerd/PyCOIStats requirements: diff --git a/setup.py b/setup.py index 69b090d..124b30c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pycoistats", - version="1.4.2", + version="1.4.3", author="Camiel Doorenweerd", author_email="c.doorenweerd@gmail.com", description="A python package to calculate statistics on haploid DNA sequence data",