Skip to content

Commit 3a71eff

Browse files
author
Oliver Scott
committed
Update version (1.1.0)
1 parent 4321172 commit 3a71eff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "ScaffoldGraph" %}
2-
{% set version = "1.0.4" %}
2+
{% set version = "1.1.0" %}
33

44
package:
55
name: {{ name|lower }}

scaffoldgraph/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
from . import prioritization
88
from . import utils
9+
from . import vis
910

1011
from .core import (
1112
get_next_murcko_fragments,
@@ -18,7 +19,7 @@
1819
from .network import ScaffoldNetwork, HierS
1920
from .tree import ScaffoldTree, tree_frags_from_mol
2021

21-
__version__ = '1.0.4'
22+
__version__ = '1.1.0'
2223

2324

2425
__all__ = [

0 commit comments

Comments
 (0)