# Copyright (c) 2020 The Regents of the University of Michigan
# All rights reserved.
# This software is licensed under the BSD 3-Clause License.

"""Define the current version of the gsd package.

This file is kept separate from __init__.py so that it can be imported and used
in other modules within the package.
"""

__version__ = "2.4.0"

__all__ = [
    '__version__',
]
