Skip to content

Commit 1ff119c

Browse files
authored
added whitespace to trigger a build
1 parent b29fc5d commit 1ff119c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffpy/utils/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
"""Definition of __version__."""
1717

18-
# We do not use the other three variables, but can be added back if needed.
19-
# __all__ = ["__date__", "__git_commit__", "__timestamp__", "__version__"]
18+
# We do not use the other three variables, but can be added back if needed.
19+
# __all__ = ["__date__", "__git_commit__", "__timestamp__", "__version__"]
2020

2121
# obtain version information
2222
from importlib.metadata import version

0 commit comments

Comments
 (0)