We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb154c commit 66d1a68Copy full SHA for 66d1a68
scaffoldgraph/__init__.py
@@ -10,7 +10,7 @@
10
from .network import ScaffoldNetwork, HierS
11
from .tree import ScaffoldTree, tree_frags_from_mol
12
13
-__version__ = '1.0.2'
+__version__ = '1.0.3'
14
15
__all__ = [
16
'__version__',
setup.py
@@ -5,7 +5,7 @@
5
from setuptools import setup, find_packages
6
from pathlib import Path
7
8
9
url = 'https://github.com/UCLCheminformatics/scaffoldgraph'
0 commit comments