Skip to content

Commit

Permalink
prep for v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhu2017 committed Nov 3, 2024
1 parent 5d35ed9 commit 95ee675
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ def __getattr__(cls, name):
author = "Qiang Zhu, Scott Fredericks, Kevin Parrish"

# The short X.Y version
version = "1.0.4"
version = "1.0.5"
# The full version, including alpha/beta/rc tags
release = "1.0.4"
release = "1.0.5"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.4`` at `GitHub <https://github.com/MaterSim/PyXtal>`_.
The current version is ``1.0.5`` at `GitHub <https://github.com/MaterSim/PyXtal>`_.
It is available for use under the MIT license. Expect updates upon request by
`Qiang Zhu\'s group <https://qzhu2017.github.io>`_ at the
University of North Carolina at Charlotte.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run(self):

setup(
name="pyxtal",
version="1.0.4",
version="1.0.5",
author="Scott Fredericks, Kevin Parrish, Qiang Zhu",
author_email="[email protected]",
description="Python code for generation of crystal structures based on symmetry constraints.",
Expand Down

0 comments on commit 95ee675

Please sign in to comment.