We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4ca69 commit 3303ab3Copy full SHA for 3303ab3
fitparse/__init__.py
@@ -2,7 +2,7 @@
2
from fitparse.processors import FitFileDataProcessor, StandardUnitsDataProcessor
3
4
5
-__version__ = '0.0.1-dev'
+__version__ = '1.0.1'
6
__all__ = [
7
'FitFileDataProcessor', 'FitFile', 'FitParseError',
8
'StandardUnitsDataProcessor',
0 commit comments