From b51c4ba4f7f2d515b65adcb82f02301d0b1141e5 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Thu, 1 May 2025 22:37:58 -0400 Subject: [PATCH] Update pyproject.toml --- falyx/version.py | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/falyx/version.py b/falyx/version.py index f1380ee..9cb17e7 100644 --- a/falyx/version.py +++ b/falyx/version.py @@ -1 +1 @@ -__version__ = "0.1.7" +__version__ = "0.1.8" diff --git a/pyproject.toml b/pyproject.toml index 227c54c..32cb806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "falyx" -version = "0.1.7" +version = "0.1.8" description = "Reliable and introspectable async CLI action framework." authors = ["Roland Thomas Jr "] license = "MIT" @@ -26,6 +26,7 @@ pytest-cov = "^4.0" pytest-mock = "^3.0" [tool.poetry.scripts] +falyx = "falyx.__main__:main" sync-version = "scripts.sync_version:main" [build-system]