File: version.py

package info (click to toggle)
python-mrcfile 1.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 63,824 kB
  • sloc: python: 3,871; sh: 28; makefile: 16
file content (8 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# Copyright (c) 2022, Science and Technology Facilities Council
# This software is distributed under a BSD licence. See LICENSE.txt.

"""Stand-alone module for version number which can be imported or executed with
no dependencies.
"""

__version__ = '1.5.4'