Skip to content

Commit

Permalink
Version 8.0 has 2023 age grade calculations for track and field
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Robinson committed Jun 11, 2024
1 parent e55f697 commit 4e9bf27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion athlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.10'
__version__ = u'0.8.0'

from .exceptions import RuleViolation

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# built documents.
#
# The short X.Y version.
version = u'0.7.10'
version = u'0.8.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "athlib",
"version": "0.7.10",
"version": "0.8.0",
"description": "Athletics Library",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit 4e9bf27

Please sign in to comment.