Skip to content

Commit 75ca0a7

Browse files
committed
Linting.
1 parent b2fce8e commit 75ca0a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymatgen/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
__maintainer__ = "Shyue Ping Ong, Matthew Horton, Janosh Riebesell"
3636
__maintainer_email__ = "shyuep@gmail.com"
3737
try:
38-
__version__ = '2024.1.27'
38+
__version__ = "2024.1.27"
3939
except PackageNotFoundError: # pragma: no cover
4040
# package is not installed
4141
pass

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
setup(
2626
name="pymatgen",
2727
packages=find_namespace_packages(include=["pymatgen.*", "pymatgen.**.*", "cmd_line"]),
28-
version='2024.1.27',
28+
version="2024.1.27",
2929
python_requires=">=3.9",
3030
install_requires=[
3131
"matplotlib>=1.5",

0 commit comments

Comments
 (0)