Skip to content

Commit b4b582e

Browse files
Release v0.1.24-alpha
Pipeline session integration for external workflow support with auto-detection of squiggy-session.json files.
1 parent 64dec74 commit b4b582e

File tree

4 files changed

+29
-15
lines changed

4 files changed

+29
-15
lines changed

package-lock.json

Lines changed: 26 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "squiggy-positron",
33
"displayName": "Squiggy",
44
"description": "Visualize Oxford Nanopore sequencing data (squiggle plots) from POD5 files",
5-
"version": "0.1.23-alpha",
5+
"version": "0.1.24-alpha",
66
"publisher": "rnabioco",
77
"icon": "resources/icon-128.png",
88
"repository": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "squiggy-positron"
3-
version = "0.1.23"
3+
version = "0.1.24"
44
description = "Python backend for Squiggy Positron extension - Nanopore squiggle visualization. Not recommended for standalone use."
55
readme = "docs/PYPI_README.md"
66
requires-python = ">=3.12"

squiggy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
>>> show(Div(text=html))
2424
"""
2525

26-
__version__ = "0.1.23"
26+
__version__ = "0.1.24"
2727

2828
# Object-oriented API (NEW - notebook-friendly)
2929
# Core data structures and constants

0 commit comments

Comments
 (0)