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 1
1
#!/usr/bin/env python
2
2
##############################################################################
3
3
#
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.
5
5
# All rights reserved.
6
6
#
7
- # File coded by: Billinge Group members and community contributors .
7
+ # File coded by: Simon Billinge, Billinge Group members.
8
8
#
9
9
# See GitHub contributions for a more detailed list of contributors.
10
10
# https://github.com/diffpy/diffpy.utils/graphs/contributors
19
19
20
20
# silence the pyflakes syntax checker
21
21
assert __version__ or True
22
+
23
+ # End of file
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
##############################################################################
3
3
#
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.
5
5
# All rights reserved.
6
6
#
7
- # File coded by: Billinge Group members and community contributors .
7
+ # File coded by: Simon Billinge, Billinge Group members.
8
8
#
9
9
# See GitHub contributions for a more detailed list of contributors.
10
10
# https://github.com/diffpy/diffpy.utils/graphs/contributors
21
21
from importlib .metadata import version
22
22
23
23
__version__ = version ("diffpy.utils" )
24
+
25
+ # End of file
You can’t perform that action at this time.
0 commit comments