Skip to content

Commit

Permalink
update patch ver
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoA committed Mar 11, 2023
1 parent 522f9cb commit 1d9fdbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fantasy_ga/__init__.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand Down

0 comments on commit 1d9fdbf

Please sign in to comment.