From f118bc1f04e93983c8664a6d0ce75d7d8069fd18 Mon Sep 17 00:00:00 2001 From: KengoA <20113339+KengoA@users.noreply.github.com> Date: Fri, 26 Jan 2024 21:06:12 +0000 Subject: [PATCH] bump 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 573c84a..68066bc 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.1" +__version__ = "0.4.3" diff --git a/pyproject.toml b/pyproject.toml index a27626c..96d7e54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "fantasy-ga" -version = "0.4.2" +version = "0.4.3" description = "Genetic algorithm library to generate fantasy sports lineups" readme = "README.md" authors = [{ name = "Kengo Arao", email = "kengo@hey.com" }]