Skip to content

Commit b3856ea

Browse files
committed
Update version for readthedocs release
1 parent cf89e15 commit b3856ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
project = 'Kaptive'
1010
copyright = '2024, Tom Stanton, Ryan Wick, Kathryn Holt, Kelly Wyres'
1111
author = 'Tom Stanton'
12-
release = '2.0.8'
13-
version = '2.0.8'
12+
release = '2.0.9'
13+
version = '2.0.9'
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

kaptive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
from collections import OrderedDict
5252
from Bio import SeqIO
5353

54-
__version__ = '2.0.8'
54+
__version__ = '2.0.9'
5555

5656

5757
def main():

0 commit comments

Comments
 (0)