diff --git a/athlib/__init__.py b/athlib/__init__.py index 28b2a60..cd72c02 100644 --- a/athlib/__init__.py +++ b/athlib/__init__.py @@ -7,7 +7,7 @@ def __wma_delay__(): from .bulgarian_score import score as bulgarian_score from .athlon_score import performance as athlon_performance_needed -__version__ = u'0.8.5' +__version__ = u'0.8.6' from .exceptions import RuleViolation diff --git a/docs/source/conf.py b/docs/source/conf.py index bcdc55f..56aea12 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,7 +64,7 @@ # built documents. # # The short X.Y version. -version = u'0.8.5' +version = u'0.8.6' # The full version, including alpha/beta/rc tags. release = version diff --git a/js/package.json b/js/package.json index 764ece2..c57bc86 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "athlib", - "version": "0.8.5", + "version": "0.8.6", "description": "Athletics Library", "main": "./index.js", "scripts": {