Skip to content

Commit fc5c6e2

Browse files
joshfactorialclaude
andcommitted
Bump version to 4.4.1 and add readme field for PyPI description
Adds readme = "README.md" to pyproject.toml so the long description renders on the PyPI project page. Updates ChangeLog for v4.4.1. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 58b7689 commit fc5c6e2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# NEAT v4.4.1
2+
- Added `readme = "README.md"` to `pyproject.toml` so the project description appears correctly on PyPI.
3+
14
# NEAT v4.4
25
- Official release of NEAT 4.0. Represents major contributions from NCSA and beyond.
36
- Added parallel processing support, making NEAT production-ready for large genomes.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[tool.poetry]
22
name = "neat-genreads"
3-
version = "4.4"
3+
version = "4.4.1"
44
description = "NGS Simulation toolkit"
5+
readme = "README.md"
56
authors = ["Joshua Allen <jallen17@illinois.edu>"]
67
license = "BSD 3-Clause License"
78
packages = [{include = "neat"}]

0 commit comments

Comments
 (0)