Skip to content

Commit b7c7352

Browse files
committed
v2.10.5 release
Former-commit-id: 68b0ff55bd9be24ff039977fff16b9c81987d757 [formerly 415e692] Former-commit-id: e82b4aa3b80ebcb40a151b6ec6ce98f34c8ac62f
1 parent 31e9604 commit b7c7352

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
==========
33

4-
v2.10.4
4+
v2.10.5
55
-------
66
* DiffusionAnalyzer now has non-smoothed option.
77
* Kpoints generation algorithm now guarantees minimum # of points.

docs/change_log.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
==========
33

4-
v2.10.4
4+
v2.10.5
55
-------
66
* DiffusionAnalyzer now has non-smoothed option.
77
* Kpoints generation algorithm now guarantees minimum # of points.

pymatgen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Shreyas Cholia", "Vincent L Chevrier",
55
"Rickard Armiento"])
66
__date__ = "Sep 2 2014"
7-
__version__ = "2.10.4"
7+
__version__ = "2.10.5"
88

99
#Useful aliases for commonly used objects and modules.
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_spglib_ext():
4242
setup(
4343
name="pymatgen",
4444
packages=find_packages(),
45-
version="2.10.4",
45+
version="2.10.5",
4646
install_requires=["numpy>=1.8", "pyhull>=1.4.6", "PyCifRW==3.6.2",
4747
"requests>=2.3.0", "pybtex>=0.18", "pyyaml>=3.11",
4848
"monty>=0.3.6"],

0 commit comments

Comments
 (0)