Skip to content

Commit 843f050

Browse files
committed
chore: update version to 1.2.0 in changelog, __init__.py, and pyproject.toml
1 parent 0c35cdc commit 843f050

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.0]
9+
10+
### Changed
11+
- Update README
12+
813
## [1.0.0]
914
### Changed
1015

polyase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
of allelic imbalance in polyploid plant genomes.
77
"""
88

9-
__version__ = "1.1.0"
9+
__version__ = "1.2.0"
1010
__author__ = "Nadja Nolte"
1111

1212
from .allele_utils import AlleleRatioCalculator, calculate_allelic_ratios

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "polyase"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "A package for analyzing allele-specific expression in polyploid organisms"
55
authors = [
66
{name = "nadja.franziska.nolte@nib.si"}

0 commit comments

Comments
 (0)