From 41998360a661840734dc6dd300200c21d482cb88 Mon Sep 17 00:00:00 2001 From: huzongxiang Date: Thu, 7 Apr 2022 23:03:54 +0800 Subject: [PATCH] update --- crysnet/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crysnet/__init__.py b/crysnet/__init__.py index 245a745..053fbeb 100644 --- a/crysnet/__init__.py +++ b/crysnet/__init__.py @@ -6,4 +6,4 @@ @author: huzongxiang """ -__version__ = "0.2.3" \ No newline at end of file +__version__ = "0.2.5" \ No newline at end of file diff --git a/setup.py b/setup.py index 5550534..4e12d96 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='crysnet', - version='0.2.3', + version='0.2.5', description='Labelled Graph Networks for machine learning of crystal.', long_description=long_description, long_description_content_type='text/markdown',