1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# (C) Copyright 2008-2025 Enthought, Inc., Austin, TX
# All rights reserved.
#
# This software is provided without warranty under the terms of the BSD
# license included in LICENSE.txt and may be redistributed only under
# the conditions described in the aforementioned license. The license
# is also available online at http://www.enthought.com/licenses/BSD.txt
#
# Thanks for using Enthought open source!
"""
Version information for this Apptools distribution.
This file is autogenerated by the Apptools setup.py script.
"""
#: The full version of the package, including a development suffix
#: for unreleased versions of the package.
version = "5.3.1"
#: The Git revision from which this release was made.
git_revision = "aaeb327279d5aaed8bd5606951940624d6b4dcc2"
#: Flag whether this is a final release
is_released = True
|