Skip to content

Commit

Permalink
Bump version to 0.4.9 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodoldneon committed Aug 16, 2024
1 parent b96f496 commit a5c0af9
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 @@ -5,7 +5,7 @@
DEFAULT_EVENT_API_ORIGIN: typing.Final = "https://inn.gs/"
DEV_SERVER_ORIGIN: typing.Final = "http://127.0.0.1:8288/"
LANGUAGE: typing.Final = "py"
VERSION: typing.Final = "0.4.8"
VERSION: typing.Final = "0.4.9"


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.8"
version = "0.4.9"
description = "Python SDK for Inngest"
readme = "README.md"
classifiers = [
Expand Down

0 comments on commit a5c0af9

Please sign in to comment.