Skip to content

Commit 9a0546a

Browse files
author
oliverscott
committed
Update version
1 parent ef92ba4 commit 9a0546a

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,5 +1,5 @@
11
{% set name = "ScaffoldGraph" %}
2-
{% set version = "1.0.3" %}
2+
{% set version = "1.0.4" %}
33

44
package:
55
name: {{ name|lower }}

scaffoldgraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .network import ScaffoldNetwork, HierS
1717
from .tree import ScaffoldTree, tree_frags_from_mol
1818

19-
__version__ = '1.0.3'
19+
__version__ = '1.0.4'
2020

2121

2222
__all__ = [

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.3'
8+
__version__ = '1.0.4'
99

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

0 commit comments

Comments
 (0)