Skip to content

Commit 95ee675

Browse files
committed
prep for v1.0.5
1 parent 5d35ed9 commit 95ee675

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ def __getattr__(cls, name):
3434
author = "Qiang Zhu, Scott Fredericks, Kevin Parrish"
3535

3636
# The short X.Y version
37-
version = "1.0.4"
37+
version = "1.0.5"
3838
# The full version, including alpha/beta/rc tags
39-
release = "1.0.4"
39+
release = "1.0.5"
4040

4141
# -- General configuration ---------------------------------------------------
4242

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ab-initio generation of random crystal structures. It has the following features
2424
- Structural manipulation via symmetry relation (both subgroup and supergroup)
2525
- Geometry optimization from built-in and external optimization methods
2626

27-
The current version is ``1.0.4`` at `GitHub <https://github.com/MaterSim/PyXtal>`_.
27+
The current version is ``1.0.5`` at `GitHub <https://github.com/MaterSim/PyXtal>`_.
2828
It is available for use under the MIT license. Expect updates upon request by
2929
`Qiang Zhu\'s group <https://qzhu2017.github.io>`_ at the
3030
University of North Carolina at Charlotte.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(self):
2828

2929
setup(
3030
name="pyxtal",
31-
version="1.0.4",
31+
version="1.0.5",
3232
author="Scott Fredericks, Kevin Parrish, Qiang Zhu",
3333
author_email="[email protected]",
3434
description="Python code for generation of crystal structures based on symmetry constraints.",

0 commit comments

Comments
 (0)