Set version 3.12.1

This commit is contained in:
Atsushi Togo 2025-01-28 09:08:36 +09:00
parent 86da9ca73a
commit c4818e9ea2
4 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
# Change Log
## Jan-28-2024: Version 3.12.1
- Update `pyproject.toml`.
## Jan-28-2024: Version 3.12.0
- `dtype="long"` was replaced by `dtype="int64"` aiming making Windows build. In

View File

@ -60,7 +60,7 @@ copyright = "2015, Atsushi Togo"
# The short X.Y version.
version = "3.12"
# The full version, including alpha/beta/rc tags.
release = "3.12.0"
release = "3.12.1"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -34,4 +34,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
__version__ = "3.12.0"
__version__ = "3.12.1"

View File

@ -16,7 +16,7 @@ dependencies = [
"matplotlib",
"h5py",
"spglib",
"phonopy>=2.34,<2.35",
"phonopy>=2.35,<2.36",
]
license = { file = "LICENSE" }