File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ def __getattr__(cls, name):
3434author = "Qiang Zhu, Scott Fredericks, Kevin Parrish"
3535
3636# The short X.Y version
37- version = "1.1.1 "
37+ version = "1.1.2 "
3838# The full version, including alpha/beta/rc tags
39- release = "1.1.1 "
39+ release = "1.1.2 "
4040
4141# -- General configuration ---------------------------------------------------
4242
Original file line number Diff line number Diff 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.1.1 `` at `GitHub <https://github.com/MaterSim/PyXtal >`_.
27+ The current version is ``1.1.2 `` at `GitHub <https://github.com/MaterSim/PyXtal >`_.
2828It is available for use under the MIT license. Expect updates upon request by
2929`Qiang Zhu\' s group <https://qzhu2017.github.io >`_ at the
3030University of North Carolina at Charlotte.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def run(self):
2828
2929setup (
3030 name = "pyxtal" ,
31- version = "1.1.1 " ,
31+ version = "1.1.2 " ,
3232 author = "Scott Fredericks, Kevin Parrish, Qiang Zhu" ,
3333 author_email = "alecfans@gmail.com" ,
3434 description = "Python code for generation of crystal structures based on symmetry constraints." ,
You can’t perform that action at this time.
0 commit comments