From 1d9fdbf959f9ac1e557131398d6600f8a692a800 Mon Sep 17 00:00:00 2001 From: KengoA <20113339+KengoA@users.noreply.github.com> Date: Sat, 11 Mar 2023 19:25:03 +0100 Subject: [PATCH] update patch ver --- fantasy_ga/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fantasy_ga/__init__.py b/fantasy_ga/__init__.py index 4b60845..573c84a 100644 --- a/fantasy_ga/__init__.py +++ b/fantasy_ga/__init__.py @@ -1,4 +1,4 @@ from fantasy_ga.lineup_generator import LineupGenerator from fantasy_ga.configs import League, Site, ModelConfig, ContestConfig -__version__ = "0.4.0" +__version__ = "0.4.1" diff --git a/pyproject.toml b/pyproject.toml index 6b1f033..45618e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "fantasy-ga" -version = "0.4.0" +version = "0.4.1" description = "Genetic algorithm library to generate fantasy sports lineups" readme = "README.md" authors = [{ name = "Kengo Arao", email = "kengo@hey.com" }]