Skip to content

Commit 8f547ed

Browse files
committed
Bumped version
1 parent 50106bc commit 8f547ed

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 = "gcnvplot" %}
2-
{% set version = "0.2.0" %}
2+
{% set version = "0.2.1" %}
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 = "gcnvplot"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Command-line tools for plotting GATK germline CNV results."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/gcnvplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Top-level package for gcnvplot."""
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)