From 1fabb22a53f899dfaf654d5b2a35b8bc8fcbc976 Mon Sep 17 00:00:00 2001 From: dani Date: Mon, 15 Apr 2024 15:20:47 +0800 Subject: [PATCH] bump version --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fbf5e3a..1070404 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,12 +6,12 @@ build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["src/"] -include = ["phx.strategy", "phx.strategy.base", "phx.strategy.random", "phx.service"] +include = ["phx.strategy", "phx.strategy.random"] [project] name = "phx-fix-examples" -description = "Phoenix Prime FIX strategy examples" -version = "0.9" +description = "Phoenix Prime FIX client sxamples package" +version = "1.0" readme = "README.md" license = {file = "LICENSE"} authors = [