Skip to content

Commit a457b21

Browse files
author
Oliver Scott
committed
Version 1.0.2
1 parent fe00689 commit a457b21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: scaffoldgraph
3-
version: 1.0.1
3+
version: 1.0.2
44

55
source:
66
path: ../

scaffoldgraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .network import ScaffoldNetwork, HierS
1111
from .tree import ScaffoldTree, tree_frags_from_mol
1212

13-
__version__ = '1.0.1'
13+
__version__ = '1.0.2'
1414

1515
__all__ = [
1616
'__version__',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import setup, find_packages
66

7-
__version__ = '1.0.1'
7+
__version__ = '1.0.2'
88
url = 'https://github.com/UCLCheminformatics/scaffoldgraph'
99

1010
description = 'ScaffoldGraph is an open-source cheminformatics library, built using RDKit and \

0 commit comments

Comments
 (0)