Skip to content

Commit

Permalink
Bump version: 2.28 → 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Oct 31, 2024
1 parent 9d56ce4 commit 63b09ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "workflows"
version = "2.28"
version = "3.0"
description = "Data processing in distributed environments"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -65,7 +65,7 @@ addopts = "-ra"
required_plugins = "pytest-timeout"

[tool.bumpversion]
current_version = "2.28"
current_version = "3.0"
parse = '(?P<major>\d+)\.(?P<minor>\d+)'
serialize = ["{major}.{minor}"]
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "2.28"
__version__ = "3.0"


def version() -> str:
Expand Down

0 comments on commit 63b09ff

Please sign in to comment.