Typo
This commit is contained in:
parent
c041e77ad7
commit
3867efea61
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
from .utils import *
|
from .utils import *
|
||||||
|
|
||||||
__version__ = "0.1.1"
|
__version__ = "0.1.3"
|
||||||
__all__ = 't2f ft2 CSG parse_WPS_rankings.split()
|
__all__ = 't2f ft2 CSG parse_WPS_rankings'.split()
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ name = "ParaUtils"
|
||||||
description = "Bits and bobs useful for many para swimming data manipulation projects"
|
description = "Bits and bobs useful for many para swimming data manipulation projects"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
dynamic = ["version"]
|
dynamic = "0.1.3"
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pandas",
|
"pandas",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue