From 3a475eaaf7ff415a821a06678a01fbd46e5005bf Mon Sep 17 00:00:00 2001 From: qzhu2017 Date: Mon, 6 Jan 2025 15:09:01 -0500 Subject: [PATCH] upgrade to v1.0.7 --- doc/conf.py | 4 ++-- doc/index.rst | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index e0b3502..d9dd0b6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -34,9 +34,9 @@ def __getattr__(cls, name): author = "Qiang Zhu, Scott Fredericks, Kevin Parrish" # The short X.Y version -version = "1.0.6" +version = "1.0.7" # The full version, including alpha/beta/rc tags -release = "1.0.6" +release = "1.0.7" # -- General configuration --------------------------------------------------- diff --git a/doc/index.rst b/doc/index.rst index 190a6a2..167bffc 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -24,7 +24,7 @@ ab-initio generation of random crystal structures. It has the following features - Structural manipulation via symmetry relation (both subgroup and supergroup) - Geometry optimization from built-in and external optimization methods -The current version is ``1.0.6`` at `GitHub `_. +The current version is ``1.0.7`` at `GitHub `_. It is available for use under the MIT license. Expect updates upon request by `Qiang Zhu\'s group `_ at the University of North Carolina at Charlotte. diff --git a/setup.py b/setup.py index 16b1419..8f9b289 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def run(self): setup( name="pyxtal", - version="1.0.6", + version="1.0.7", author="Scott Fredericks, Kevin Parrish, Qiang Zhu", author_email="alecfans@gmail.com", description="Python code for generation of crystal structures based on symmetry constraints.",