Skip to content

Commit b75897b

Browse files
committed
bump: version
1 parent 024fd63 commit b75897b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
139139
with:
140140
command: upload
141-
args: --non-interactive dist/*
141+
args: --non-interactive --skip-existing dist/*
142142

143143
# Create GitHub Release with CLI binaries
144144
github-release:

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["cli"]
33

44
[package]
55
name = "fast-ebook"
6-
version = "0.1.0"
6+
version = "0.2.0"
77
edition = "2021"
88
license = "MIT"
99
description = "Rust-powered EPUB2/EPUB3 library for Python"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast-ebook-cli"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MIT"
66
description = "CLI tool for EPUB inspection and validation"

pyproject.toml

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

55
[project]
66
name = "fast-ebook"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Rust-powered EPUB2/EPUB3 library for Python. Fast reading, writing, validation, and markdown conversion."
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)