Skip to content

Commit af41269

Browse files
committed
Bumped version
1 parent b6418dd commit af41269

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "itdiscover" %}
2-
{% set version = "0.1.1" %}
2+
{% set version = "0.2.0" %}
33

44
package:
55
name: {{ name|lower }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "itdiscover"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
description = "Tool for discovering FLT3 ITDs from amplicon sequencing of AML samples"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/itdiscover/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""ITDiscover package."""
22

33
__all__: list[str] = []
4-
__version__ = "0.1.1"
4+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)