Skip to content

Commit

Permalink
bump to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoorenweerd committed Aug 19, 2021
1 parent 59dee60 commit 9d4c925
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pycoistats",
version="1.4.2",
version="1.4.3",
author="Camiel Doorenweerd",
author_email="[email protected]",
description="A python package to calculate statistics on haploid DNA sequence data",
Expand Down

0 comments on commit 9d4c925

Please sign in to comment.