Skip to content

Commit

Permalink
Bump version to 0.4.1 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodoldneon committed Jun 14, 2024
1 parent b8b7a8b commit c0dd996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inngest/_internal/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
DEV_SERVER_ORIGIN: typing.Final = "http://127.0.0.1:8288/"
LANGUAGE: typing.Final = "py"
ROOT_STEP_ID: typing.Final = "step"
VERSION: typing.Final = "0.4.0"
VERSION: typing.Final = "0.4.1"


class EnvKey(enum.Enum):
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 = "inngest"
version = "0.4.0"
version = "0.4.1"
description = "Python SDK for Inngest"
readme = "README.md"
classifiers = [
Expand Down

0 comments on commit c0dd996

Please sign in to comment.