Skip to content

Commit

Permalink
Release prep: v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin931 committed Jun 28, 2023
1 parent 0f957fb commit a78efc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CytofDR/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.2.1"
__version__ = "0.2.2"

from CytofDR import dr, evaluation
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a78efc5

Please sign in to comment.