File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22##############################################################################
33#
4- # (c) 2024 The Trustees of Columbia University in the City of New York.
4+ # (c) 2025 The Trustees of Columbia University in the City of New York.
55# All rights reserved.
66#
7- # File coded by: Billinge Group members and community contributors .
7+ # File coded by: Simon Billinge, Billinge Group members.
88#
99# See GitHub contributions for a more detailed list of contributors.
1010# https://github.com/diffpy/diffpy.utils/graphs/contributors
1919
2020# silence the pyflakes syntax checker
2121assert __version__ or True
22+
23+ # End of file
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22##############################################################################
33#
4- # (c) 2024 The Trustees of Columbia University in the City of New York.
4+ # (c) 2025 The Trustees of Columbia University in the City of New York.
55# All rights reserved.
66#
7- # File coded by: Billinge Group members and community contributors .
7+ # File coded by: Simon Billinge, Billinge Group members.
88#
99# See GitHub contributions for a more detailed list of contributors.
1010# https://github.com/diffpy/diffpy.utils/graphs/contributors
2121from importlib .metadata import version
2222
2323__version__ = version ("diffpy.utils" )
24+
25+ # End of file
You can’t perform that action at this time.
0 commit comments