From 4dcf35829dfec06d3d94b2b8a1a804ecdfe8daa7 Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Tue, 18 Jun 2024 13:37:51 +0930 Subject: [PATCH] REL: Update release number --- reneo/reneo.VERSION | 2 +- reneo/workflow/scripts/combineJunctionPickles.py | 2 +- reneo/workflow/scripts/reneo.py | 2 +- reneo/workflow/scripts/reneo_utils/FD_Inexact.py | 2 +- reneo/workflow/scripts/reneo_utils/edge_graph_utils.py | 2 +- reneo/workflow/scripts/sampleJunctions.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reneo/reneo.VERSION b/reneo/reneo.VERSION index a2268e2..60a2d3e 100644 --- a/reneo/reneo.VERSION +++ b/reneo/reneo.VERSION @@ -1 +1 @@ -0.3.1 \ No newline at end of file +0.4.0 \ No newline at end of file diff --git a/reneo/workflow/scripts/combineJunctionPickles.py b/reneo/workflow/scripts/combineJunctionPickles.py index ad34857..ff8043e 100644 --- a/reneo/workflow/scripts/combineJunctionPickles.py +++ b/reneo/workflow/scripts/combineJunctionPickles.py @@ -6,7 +6,7 @@ __author__ = "Michael Roach" __copyright__ = "Copyright 2022, Reneo Project" __license__ = "MIT" -__version__ = "0.3.1" +__version__ = "0.4.0" __maintainer__ = "Vijini Mallawaarachchi" __email__ = "viji.mallawaarachchi@gmail.com" __status__ = "Development" diff --git a/reneo/workflow/scripts/reneo.py b/reneo/workflow/scripts/reneo.py index 2f9521c..6a44076 100644 --- a/reneo/workflow/scripts/reneo.py +++ b/reneo/workflow/scripts/reneo.py @@ -25,7 +25,7 @@ __author__ = "Vijini Mallawaarachchi" __copyright__ = "Copyright 2022, Reneo Project" __license__ = "MIT" -__version__ = "0.3.1" +__version__ = "0.4.0" __maintainer__ = "Vijini Mallawaarachchi" __email__ = "viji.mallawaarachchi@gmail.com" __status__ = "Development" diff --git a/reneo/workflow/scripts/reneo_utils/FD_Inexact.py b/reneo/workflow/scripts/reneo_utils/FD_Inexact.py index 9a15c47..0826086 100644 --- a/reneo/workflow/scripts/reneo_utils/FD_Inexact.py +++ b/reneo/workflow/scripts/reneo_utils/FD_Inexact.py @@ -6,7 +6,7 @@ import networkx as nx # create logger -logger = logging.getLogger("reneo 0.3.1") +logger = logging.getLogger("reneo 0.4.0") def read_input(graphfile, number_subpath): diff --git a/reneo/workflow/scripts/reneo_utils/edge_graph_utils.py b/reneo/workflow/scripts/reneo_utils/edge_graph_utils.py index 7a9550b..1c9cace 100644 --- a/reneo/workflow/scripts/reneo_utils/edge_graph_utils.py +++ b/reneo/workflow/scripts/reneo_utils/edge_graph_utils.py @@ -7,7 +7,7 @@ from igraph import * # Create logger -logger = logging.getLogger("reneo 0.3.1") +logger = logging.getLogger("reneo 0.4.0") class BidirectionalError(Exception): diff --git a/reneo/workflow/scripts/sampleJunctions.py b/reneo/workflow/scripts/sampleJunctions.py index 853c96e..7fedb41 100644 --- a/reneo/workflow/scripts/sampleJunctions.py +++ b/reneo/workflow/scripts/sampleJunctions.py @@ -9,7 +9,7 @@ __author__ = "Michael Roach" __copyright__ = "Copyright 2022, Reneo Project" __license__ = "MIT" -__version__ = "0.3.1" +__version__ = "0.4.0" __maintainer__ = "Vijini Mallawaarachchi" __email__ = "viji.mallawaarachchi@gmail.com" __status__ = "Development"