Skip to content

Commit

Permalink
REL: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Jan 12, 2023
1 parent 11a7679 commit 9819e1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion phables/phables.VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0b6
0.1.0b7
2 changes: 1 addition & 1 deletion phables/workflow/scripts/phables.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
__author__ = "Vijini Mallawaarachchi"
__copyright__ = "Copyright 2022, Phables Project"
__license__ = "MIT"
__version__ = "0.1.0b6"
__version__ = "0.1.0b7"
__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 0.1.0b6")
logger = logging.getLogger("phables 0.1.0b7")


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 0.1.0b6")
logger = logging.getLogger("phables 0.1.0b7")


class BidirectionalError(Exception):
Expand Down

0 comments on commit 9819e1b

Please sign in to comment.