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 fe00689 commit a457b21Copy full SHA for a457b21
conda/meta.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: scaffoldgraph
3
- version: 1.0.1
+ version: 1.0.2
4
5
source:
6
path: ../
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.1'
+__version__ = '1.0.2'
14
15
__all__ = [
16
'__version__',
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup, find_packages
7
8
url = 'https://github.com/UCLCheminformatics/scaffoldgraph'
9
description = 'ScaffoldGraph is an open-source cheminformatics library, built using RDKit and \
0 commit comments