We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fae87 commit f9807ffCopy full SHA for f9807ff
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__ = '0.1.0'
+__version__ = '1.0.0'
14
15
__all__ = [
16
'__version__',
setup.py
@@ -4,7 +4,7 @@
4
5
from setuptools import setup, find_packages
6
7
8
url = 'https://github.com/OliverBScott/scaffoldgraph'
9
description = 'ScaffoldGraph is an open-source cheminformatics library, built using RDKit and \
0 commit comments