diff --git a/pyproject.toml b/pyproject.toml index da46c4f..45edf09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tcxreader" -version = "0.4.9" +version = "0.4.10" description = "tcxreader is a reader for Garmin’s TCX file format. It also works well with missing data!" authors = ["Alen Rajšp "] license = "MIT" diff --git a/setup.py b/setup.py index b18defb..616d575 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="tcxreader", - version="0.4.5", + version="0.4.10", author="Alen Rajšp", author_email="alen.rajsp@gmail.com", description="tcxreader is a reader for Garmin’s TCX file format. It also works well with missing data!",