Skip to content

Commit f9807ff

Browse files
author
OliverBScott
committed
Updated version to 1.0.0
1 parent d0fae87 commit f9807ff

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__ = '0.1.0'
13+
__version__ = '1.0.0'
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__ = '0.1.0'
7+
__version__ = '1.0.0'
88
url = 'https://github.com/OliverBScott/scaffoldgraph'
99

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

0 commit comments

Comments
 (0)