Skip to content

Commit 0243712

Browse files
committed
chore: bump to v1.1.1 (TestPyPI 1.1.0 contaminated with wrong dep pins)
1 parent bce7fbf commit 0243712

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

lobster/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.1.1"

packages/lobster-ai-tui/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lobster-ai-tui"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Go TUI binary for Lobster AI (Charm/BubbleTea)"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

packages/lobster-drug-discovery/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lobster-drug-discovery"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Drug discovery agent for Lobster AI — target identification, compound profiling, clinical translation, pharmacogenomics"
99
readme = "README.md"
1010
license = "AGPL-3.0-or-later"

packages/lobster-genomics/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lobster-genomics"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Genomics agent for Lobster AI (VCF, PLINK, GWAS, variant annotation)"
99
readme = "README.md"
1010
license = "AGPL-3.0-or-later"

packages/lobster-metabolomics/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lobster-metabolomics"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Metabolomics agent for Lobster AI (LC-MS, GC-MS, NMR untargeted metabolomics)"
99
readme = "README.md"
1010
license = "AGPL-3.0-or-later"

packages/lobster-proteomics/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lobster-proteomics"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Proteomics agent for Lobster AI (DDA/DIA mass spectrometry, affinity platforms)"
99
readme = "README.md"
1010
license = "AGPL-3.0-or-later"

packages/lobster-research/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lobster-research"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Research agents for Lobster AI - literature discovery and data management"
99
readme = "README.md"
1010
license = "AGPL-3.0-or-later"

packages/lobster-transcriptomics/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lobster-transcriptomics"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Transcriptomics agents for Lobster AI - single-cell and bulk RNA-seq analysis"
99
readme = "README.md"
1010
license = "AGPL-3.0-or-later"

packages/lobster-visualization/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lobster-visualization"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Visualization agent for Lobster AI - publication-quality plots and interactive visualizations"
99
readme = "README.md"
1010
requires-python = ">=3.12,<3.14"

0 commit comments

Comments
 (0)