Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
enable-cache: true
- name: Add version to environment vars
run: |
PROJECT_VERSION=$(uvx dunamai from any --format "{base}")
PROJECT_VERSION=$(uvx dunamai from any)
echo "PROJECT_VERSION=$PROJECT_VERSION" >> $GITHUB_ENV
- name: Check if tag version matches project version
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "taskbadger"
version = "2.0.0"
version = "2.1.0a1"
description = "The official Python SDK for Task Badger"
requires-python = ">=3.10"
authors = []
Expand Down