pyrox-client 0.1.2__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyrox-client
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: HYROX race data client – retrieve full race results via Python
5
5
  Author: Vlad Matei
6
6
  Requires-Python: >=3.9
@@ -1,7 +1,7 @@
1
1
  from .core import PyroxClient
2
2
  from .config import set_bucket, set_manifest_path, get_config
3
3
  from .errors import PyroxError, RaceNotFound, ApiError
4
- __version__ = "0.1.2"
4
+ __version__ = "0.1.3"
5
5
 
6
6
 
7
7
  ## what is available to users
File without changes
File without changes