Skip to content

Commit

Permalink
updated version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-joe-wirth authored Oct 20, 2023
1 parent 501f069 commit c45cf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xenoGI/xenoGI.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Provides the entry point to xenoGI's functionality."""
__version__ = "3.1.1"
__version__ = "3.1.2"
import sys, glob, os, readline, rlcompleter
from . import parameters,genbank,blast,trees,genomes,Score,scores,families,islands,analysis,islandBed
from .Tree import *
Expand Down

0 comments on commit c45cf5e

Please sign in to comment.