Skip to content

Commit b9aadf3

Browse files
sjquantclaude
andcommitted
🔖 bump version to 0.3.1, deploy docs on version tag
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0ebfd4e commit b9aadf3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy docs
22

33
on:
44
push:
5-
branches: [main]
5+
tags:
6+
- "v*.*.*"
67
workflow_dispatch:
78

89
permissions:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quickthumb"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Programmatic thumbnail and social image generation with layered Python and JSON APIs"
55
authors = [{name = "Seonu Jang"}]
66
license = {text = "MIT"}

0 commit comments

Comments
 (0)