Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Oct 31, 2023
1 parent 459297a commit 5b327bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ DEV_SERVER_VERBOSE=1

# Publish

Change the package version in `pyproject.toml` and `const.py`.

Create and push a git tag that matches the package version. For example, the following command tags and releases version `1.2.3`:

```sh
Expand Down
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.1.0a2"
VERSION: typing.Final = "0.1.0a3"


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

0 comments on commit 5b327bd

Please sign in to comment.