We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe5a4d commit 83f4c03Copy full SHA for 83f4c03
3 files changed
athlib/__init__.py
@@ -6,7 +6,7 @@ def __wma_delay__():
6
from .hungarian_score import score as hungarian_score
7
from .athlon_score import performance as athlon_performance_needed
8
9
-__version__ = u'0.6.6'
+__version__ = u'0.6.8'
10
11
from .exceptions import RuleViolation
12
docs/source/conf.py
@@ -64,7 +64,7 @@
64
# built documents.
65
#
66
# The short X.Y version.
67
-version = u'0.6.6'
+version = u'0.6.8'
68
# The full version, including alpha/beta/rc tags.
69
release = version
70
js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "athlib",
3
- "version": "0.6.6",
+ "version": "0.6.8",
4
"description": "Athletics Library",
5
"main": "./index.js",
"scripts": {
0 commit comments