From d2b2d58ec8eddce19fedd0251cd504057ce5094b Mon Sep 17 00:00:00 2001 From: Andy Robinson Date: Sun, 11 Aug 2024 10:04:22 +0200 Subject: [PATCH] fix to tests, 0.8.8 --- athlib/__init__.py | 2 +- docs/source/conf.py | 2 +- js/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/athlib/__init__.py b/athlib/__init__.py index 6bc1190..f5d9473 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.7' +__version__ = u'0.8.8' from .exceptions import RuleViolation diff --git a/docs/source/conf.py b/docs/source/conf.py index 17a72f0..c0ba629 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.7' +version = u'0.8.8' # The full version, including alpha/beta/rc tags. release = version diff --git a/js/package.json b/js/package.json index 06ecdc8..1d9ea41 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "athlib", - "version": "0.8.7", + "version": "0.8.8", "description": "Athletics Library", "main": "./index.js", "scripts": {