Skip to content

Commit

Permalink
fixed version to reflect current version
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-joe-wirth authored Oct 3, 2023
1 parent a063cdc commit bd70e74
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.0"
__version__ = "3.1.1"
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 bd70e74

Please sign in to comment.