Skip to content

Commit 98b4ee4

Browse files
committed
Bump version to 1.0.0.post1
bump to post1 in order to update readme on pypi
1 parent 634d924 commit 98b4ee4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "version=${VERSION}" >> "$GITHUB_OUTPUT"
3131
3232
# Check if version matches x.y.z (official) or has pre-release suffix
33-
if echo "$VERSION" | grep -qP '^\d+\.\d+\.\d+$'; then
33+
if echo "$VERSION" | grep -qP '^\d+\.\d+\.\d+(\.post\d+)?$'; then
3434
echo "is_official=true" >> "$GITHUB_OUTPUT"
3535
echo "Version $VERSION is an official release"
3636
else

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-task-manager"
3-
version = "1.0.0"
3+
version = "1.0.0.post1"
44
description = "A task manager for FastAPI. Robust Scheduling, Distributed Safety"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)