Skip to content

Commit

Permalink
Removed Bio import added in error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlparkI committed Oct 30, 2024
1 parent fbebaa3 commit 3ab7539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Jonathan Parkinson'

# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.3.6.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "antpack"
readme = "README.md"
version = "0.3.6"
version = "0.3.6.1"
authors = [
{name = "Jonathan Parkinson", email = "[email protected]"},
]
Expand Down
2 changes: 1 addition & 1 deletion src/antpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__version__ = "0.3"

from .numbering_tools import SingleChainAnnotator, PairedChainAnnotator, PyCTermFinder
from .numbering_tools.consensus_update_tools import build_consensus_files
#from .numbering_tools.consensus_update_tools import build_consensus_files
from .vj_tools.vj_gene_assignment import VJGeneTool
from .scoring_tools import SequenceScoringTool, HumanizationTool, LiabilitySearchTool
from .antpack_cli import run_cli_interface

0 comments on commit 3ab7539

Please sign in to comment.