Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Updated setup.py to version 0.4.10 from 0.4.9.
  • Loading branch information
alenrajsp committed Apr 8, 2024
1 parent bb423bc commit 4798478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="tcxreader",
version="0.4.5",
version="0.4.10",
author="Alen Rajšp",
author_email="[email protected]",
description="tcxreader is a reader for Garmin’s TCX file format. It also works well with missing data!",
Expand Down

0 comments on commit 4798478

Please sign in to comment.