Skip to content

Commit 66d1a68

Browse files
author
OliverBScott
committed
Update version
1 parent 5bb154c commit 66d1a68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2'
13+
__version__ = '1.0.3'
1414

1515
__all__ = [
1616
'__version__',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup, find_packages
66
from pathlib import Path
77

8-
__version__ = '1.0.2'
8+
__version__ = '1.0.3'
99

1010
url = 'https://github.com/UCLCheminformatics/scaffoldgraph'
1111

0 commit comments

Comments
 (0)