Skip to content

Commit

Permalink
REL: Update release number
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Jun 18, 2024
1 parent d1c5245 commit 4dcf358
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion reneo/reneo.VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.4.0
2 changes: 1 addition & 1 deletion reneo/workflow/scripts/combineJunctionPickles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion reneo/workflow/scripts/reneo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion reneo/workflow/scripts/reneo_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("reneo 0.3.1")
logger = logging.getLogger("reneo 0.4.0")


def read_input(graphfile, number_subpath):
Expand Down
2 changes: 1 addition & 1 deletion reneo/workflow/scripts/reneo_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("reneo 0.3.1")
logger = logging.getLogger("reneo 0.4.0")


class BidirectionalError(Exception):
Expand Down
2 changes: 1 addition & 1 deletion reneo/workflow/scripts/sampleJunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4dcf358

Please sign in to comment.