This commit is contained in:
edeymc 2025-11-06 09:27:37 -08:00
parent c041e77ad7
commit 3867efea61
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
from .utils import *
__version__ = "0.1.1"
__all__ = 't2f ft2 CSG parse_WPS_rankings.split()
__version__ = "0.1.3"
__all__ = 't2f ft2 CSG parse_WPS_rankings'.split()

View file

@ -7,7 +7,7 @@ name = "ParaUtils"
description = "Bits and bobs useful for many para swimming data manipulation projects"
readme = "README.md"
license = "MIT"
dynamic = ["version"]
dynamic = "0.1.3"
dependencies = [
"pandas",