Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The old version is archived as
and internal parts. (Still unstable and partially complete.)

* Proper documentation!
[Available here](http://dtcooper.github.com/python-fitparse/).
[Available here](https://pythonhosted.org/fitparse/).

* Unit tests and example programs.

Expand Down
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ Requirements

The following are required to install :mod:`fitparse`,

* `Python <http://www.python.org/>`_ 2.5 and above (Python 3 is currently not
supported)
* `Python <http://www.python.org/>`_ 2.5 and above

* The `argparse <https://code.google.com/p/argparse/>`_ is required for the
:command:`fitdump` command, but it is included in the Python standard library
Expand Down
2 changes: 1 addition & 1 deletion fitparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from fitparse.processors import FitFileDataProcessor, StandardUnitsDataProcessor


__version__ = '1.0.1'
__version__ = '1.0.2'
__all__ = [
'FitFileDataProcessor', 'FitFile', 'FitParseError',
'StandardUnitsDataProcessor', 'DataMessage'
Expand Down
Loading