Skip to content

Commit

Permalink
Updated version number to prep for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlparkI committed Jul 31, 2024
1 parent 5377ca2 commit d037fab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_antpack.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: test

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand Down
2 changes: 1 addition & 1 deletion src/antpack/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Used for determining the version if running setup.
#Only change if building a new version.
__version__ = "0.2.7"
__version__ = "0.3"

from .numbering_tools import SingleChainAnnotator, PairedChainAnnotator
from .vj_tools.vj_gene_assignment import VJGeneTool
Expand Down

0 comments on commit d037fab

Please sign in to comment.