Skip to content

Commit

Permalink
REL: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Feb 8, 2023
1 parent c1d381a commit d2624c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "phables" %}
{% set version = "0.1.0b7" %}
{% set version = "0.1.1" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion phables/phables.VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion phables/workflow/scripts/phables.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__author__ = "Vijini Mallawaarachchi"
__copyright__ = "Copyright 2022, Phables Project"
__license__ = "MIT"
__version__ = "0.1.0"
__version__ = "0.1.1"
__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.0")
logger = logging.getLogger("phables 0.1.1")


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.0")
logger = logging.getLogger("phables 0.1.1")


class BidirectionalError(Exception):
Expand Down

0 comments on commit d2624c1

Please sign in to comment.