Skip to content

Commit

Permalink
fix version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Aug 11, 2023
1 parent 1e08fec commit b9f1622
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.4]

### Fixed

- mismatch in `--version` output


[2.0.4]: https://github.com/rpetit3/fastq-dl/compare/v2.0.3...v2.0.4

## [2.0.3]

### Added
Expand Down
2 changes: 1 addition & 1 deletion fastq_dl/fastq_dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

PROGRAM = "fastq-dl"
VERSION = "2.0.2"
VERSION = "2.0.4"
ENA_FAILED = "ENA_NOT_FOUND"
SRA_FAILED = "SRA_NOT_FOUND"
SRA = "SRA"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastq-dl"
version = "2.0.3"
version = "2.0.4"
description = "Download FASTQ files from SRA or ENA repositories."
authors = [
"Robert A. Petit III <[email protected]>",
Expand Down

0 comments on commit b9f1622

Please sign in to comment.