Skip to content

Commit

Permalink
REL: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Dec 12, 2023
1 parent ec73c41 commit 9c41851
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion phables/phables.VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
2 changes: 1 addition & 1 deletion phables/workflow/scripts/phables.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__author__ = "Vijini Mallawaarachchi"
__copyright__ = "Copyright 2022, Phables Project"
__license__ = "MIT"
__version__ = "1.2.1"
__version__ = "1.2.2"
__maintainer__ = "Vijini Mallawaarachchi"
__email__ = "[email protected]"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion phables/workflow/scripts/phables_utils/FD_Inexact.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import networkx as nx

# create logger
logger = logging.getLogger("phables 1.2.1")
logger = logging.getLogger("phables 1.2.2")


def read_input(graphfile, number_subpath):
Expand Down
2 changes: 1 addition & 1 deletion phables/workflow/scripts/phables_utils/edge_graph_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from igraph import *

# Create logger
logger = logging.getLogger("phables 1.2.1")
logger = logging.getLogger("phables 1.2.2")


class BidirectionalError(Exception):
Expand Down
2 changes: 1 addition & 1 deletion phables/workflow/scripts/phables_utils/output_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FASTA_LINE_LEN = 60

# Create logger
logger = logging.getLogger("phables 1.2.1")
logger = logging.getLogger("phables 1.2.2")


def write_unitigs(nodes, unitig_names, graph_unitigs, filename, output):
Expand Down

0 comments on commit 9c41851

Please sign in to comment.