Bump version, as the API did in fact change a lot
[munter.git] / tests / test.py
1 #! /usr/bin/env python
2 # -*- coding: utf-8 -*-
3 import munter
4
5 est = munter.time_calc(3.2, 2300, 'uphill', 'imperial')
6 print("Time Estimate: %s hours" % est['time'])