Skip to content

Commit 83f4c03

Browse files
committed
bump version
1 parent 6fe5a4d commit 83f4c03

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

athlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def __wma_delay__():
66
from .hungarian_score import score as hungarian_score
77
from .athlon_score import performance as athlon_performance_needed
88

9-
__version__ = u'0.6.6'
9+
__version__ = u'0.6.8'
1010

1111
from .exceptions import RuleViolation
1212

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = u'0.6.6'
67+
version = u'0.6.8'
6868
# The full version, including alpha/beta/rc tags.
6969
release = version
7070

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "athlib",
3-
"version": "0.6.6",
3+
"version": "0.6.8",
44
"description": "Athletics Library",
55
"main": "./index.js",
66
"scripts": {

0 commit comments

Comments
 (0)