diff --git a/README.md b/README.md index 4e24578..943652f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ intake } ``` -Each key under `action` defines an action that can be taken for the source. An action must contain `exe` and may contain `args`. A source must have a `fetch` action. +Each key under `action` defines an action that can be taken for the source. An action must contain `exe` and may contain `args`. A source must have a `fetch` action. If an action named `on_create` is defined for the source, it is executed once for an item when that item is created. Each key under `env` defines an environment variable that will be set when actions are executed. diff --git a/pyproject.toml b/pyproject.toml index 3f62cdb..f63252d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "intake" -version = "1.1.0" +version = "1.2.0" [project.scripts] intake = "intake.cli:main"