Skip to content

Commit

Permalink
Bump version to 0.4.2 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodoldneon committed Jun 20, 2024
1 parent c83cf2c commit 574c94e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,7 @@ Python 3.9 is the minimum version we support.

## Getting started

Install `inngest` in your project:

```sh
pip install inngest
```

Write a basic function and serve it (see the [basic](#basic-no-steps) example for guidance).

Start the Dev Server (the local version of our cloud platform):

```sh
npx inngest-cli@latest dev
```

Browse to http://127.0.0.1:8288 and you should see your app! Visit our docs to read more about the [Dev Server](https://www.inngest.com/docs/local-development).
[Quick start guide](https://www.inngest.com/docs/getting-started/quick-start/python)

## Examples

Expand Down
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_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.1"
VERSION: typing.Final = "0.4.2"


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

0 comments on commit 574c94e

Please sign in to comment.