Skip to content

Commit 7585751

Browse files
committed
Bump version to 2.3.2
1 parent a599284 commit 7585751

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ All notable changes to the Scientific Writer project will be documented in this
66

77
---
88

9+
## [2.3.2] - 2025-11-06
10+
11+
### 🔧 Improvements
12+
13+
- Package maintenance and version update
14+
15+
---
16+
917
## [2.3.1] - 2025-11-05
1018

1119
### 🔧 Improvements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scientific-writer"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
description = "AI-powered scientific writing with programmatic API and CLI - powered by Claude Sonnet 4.5 and the Claude Agents SDK"
55
readme = "README.md"
66
requires-python = ">=3.10"

scientific_writer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async def main():
2929
from .api import generate_paper
3030
from .models import ProgressUpdate, PaperResult, PaperMetadata, PaperFiles
3131

32-
__version__ = "2.3.1"
32+
__version__ = "2.3.2"
3333
__author__ = "K-Dense"
3434
__license__ = "MIT"
3535

0 commit comments

Comments
 (0)