From 5fd3f80095f9fb8f5877466fe4d2f61c3e92c183 Mon Sep 17 00:00:00 2001 From: Jan Patrick Pett Date: Mon, 16 Oct 2023 22:19:49 +0100 Subject: [PATCH] v0.2.0 --- setup.py | 2 +- snp2cell/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2946b1f..078076f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="snp2cell", - version="0.1.0", + version="0.2.0", description="A package for finding enriched regulatory networks from GWAS and single cell data", url="https://github.com/JPatrickPett/snp2cell", author="J.P.Pett", diff --git a/snp2cell/__init__.py b/snp2cell/__init__.py index 97b6187..0634df0 100644 --- a/snp2cell/__init__.py +++ b/snp2cell/__init__.py @@ -3,6 +3,6 @@ from snp2cell import cli from snp2cell import recipes -__version__ = "0.1.0" +__version__ = "0.2.0" __author__ = "J.P.Pett" __credits__ = "Wellcome Sanger Institute"