Skip to content

Commit 37fc0be

Browse files
CodingBashclaude
andcommitted
release: v0.2.0
Bumps pyproject 0.1.0 -> 0.2.0 (reflects full Phase 1-9 stack on top of Phase 4's API + CLI additions). Dockerfile pin 0.0.236 -> 0.2.0. CHANGELOG "Unreleased" -> "0.2.0 - 2026-05-16". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ce8fc76 commit 37fc0be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Entries here are not yet assigned a version — the user reviews accumulated changes and picks the next release number.
44

5-
## [Unreleased]
5+
## [0.2.0] - 2026-05-16
66

77
### Added — public API
88

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ ENV PATH="${VENV}/bin:$PATH"
1515

1616
# Install from PyPI
1717
RUN pip install --upgrade pip
18-
RUN pip install crispr-ambiguous-mapping==0.0.236
18+
RUN pip install crispr-ambiguous-mapping==0.2.0

crispr-ambiguous-mapping/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "crispr-ambiguous-mapping"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Hamming-distance-based CRISPR guide RNA mapping with IUPAC-ambiguous base-editor support."
55
authors = ["Basheer Becerra <bbecerr@outlook.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)