Skip to content

Commit

Permalink
Shorten GitHub Actions workflow job name; restore project version for…
Browse files Browse the repository at this point in the history
… release.
  • Loading branch information
lapets committed Jun 24, 2024
1 parent bf79e2e commit dd4dc95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-sign-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- '*'
jobs:
call-workflow-lint-test-cover-docs:
name: Lint, test (measuring coverage), and generate documentation.
name: Call linting/testing workflow.
uses: ./.github/workflows/lint-test-cover-docs.yml
secrets: inherit
build:
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 = "blooms"
version = "2.0.0a2"
version = "2.0.0"
description = "Lightweight Bloom filter data structure derived from the built-in bytearray type."
license = {text = "MIT"}
authors = [
Expand Down

0 comments on commit dd4dc95

Please sign in to comment.