Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zahlman committed Oct 18, 2024
1 parent 07f3021 commit 5053fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The main package is bbbb-dev;
# bbbb is a wheel-only, optimized release for direct use by Pip etc.
name = "bbbb-dev"
version = "0.3.1"
version = "0.4.0"
description = "a Bare-Bones Build Backend (for Python packaging)"
readme = "README.md"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion src/bbbb.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from zipfile import ZipFile, ZIP_DEFLATED


BBBB_VERSION = '0.3.1'
BBBB_VERSION = '0.4.0'
# TODO: generate a version label in the self-build process?


Expand Down

0 comments on commit 5053fb7

Please sign in to comment.