version inc
This commit is contained in:
parent
5e5d1d8fed
commit
651ba49780
2 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ from pathlib import Path
|
|||
module_dir = Path(__file__).parent
|
||||
|
||||
SNC_Seeds = (
|
||||
#pd.read_excel(module_dir / 'SNC_Seeds.xlsx')
|
||||
pd.read_excel(module_dir / '2025 Swimming Canada Para Points Calculator.xlsx')
|
||||
.assign(SportClass=lambda df: df.SportClass.astype(str))
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .utils import *
|
||||
|
||||
__version__ = "0.1.3"
|
||||
__version__ = "0.1.4"
|
||||
__all__ = 't2f ft2 CSG parse_WPS_rankings'.split()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue