From a78efc59116b23a88a4288a262dcb55e3b0fdc40 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Tue, 27 Jun 2023 21:09:05 -0500 Subject: [PATCH] Release prep: v0.2.2 --- CytofDR/__init__.py | 2 +- README.md | 4 +--- meta.yaml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CytofDR/__init__.py b/CytofDR/__init__.py index 093af24..2092c31 100644 --- a/CytofDR/__init__.py +++ b/CytofDR/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.2.1" +__version__ = "0.2.2" from CytofDR import dr, evaluation \ No newline at end of file diff --git a/README.md b/README.md index fd580a2..d785e85 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | Branch | Release | CI/CD | Documentation | Code Coverage | | --- | --- | --- | --- | --- | -| dev | ![Badge1](https://img.shields.io/badge/Version-0.2.1-success) |![Tests](https://github.com/kevin931/CytofDR/actions/workflows/ci.yml/badge.svg?branch=dev) | [![Documentation Status](https://readthedocs.org/projects/cytofdr/badge/?version=latest)](https://cytofdr.readthedocs.io/en/latest/?badge=latest) | [![codecov](https://codecov.io/gh/kevin931/CytofDR/branch/dev/graph/badge.svg?token=K9AJQLYU8N)](https://codecov.io/gh/kevin931/CytofDR) | +| dev | ![Badge1](https://img.shields.io/badge/Version-0.2.2-success) |![Tests](https://github.com/kevin931/CytofDR/actions/workflows/ci.yml/badge.svg?branch=dev) | [![Documentation Status](https://readthedocs.org/projects/cytofdr/badge/?version=latest)](https://cytofdr.readthedocs.io/en/latest/?badge=latest) | [![codecov](https://codecov.io/gh/kevin931/CytofDR/branch/dev/graph/badge.svg?token=K9AJQLYU8N)](https://codecov.io/gh/kevin931/CytofDR) | ## About @@ -139,8 +139,6 @@ There you will find ways to install our package and get started! Also, we offer ## Latest Release: v0.2.2 -This is a minor maintenance update of v0.2.x with a few improvements on documentation and docstrings. - This is a minor maintenance update of v0.2.x with updated references and documentation. ### Changes and New Features diff --git a/meta.yaml b/meta.yaml index 7683ed6..eeb69be 100644 --- a/meta.yaml +++ b/meta.yaml @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: 4af99bda525f15bf3b0cc562e5411112d7006a10cbe8d65f133c9cd8f665a012 + sha256: 955043b9aa327241c0320b11358977b8dfd528481e02b17125f076c3907baae6 build: noarch: python