Skip to content

Commit

Permalink
Merge branch '6-bump-version-to-1-7-3' into 'main'
Browse files Browse the repository at this point in the history
Resolve "Bump version to 1.7.3"

Closes #5 and #6

See merge request trajectory/tracktable-data!5
  • Loading branch information
atwilso committed Oct 12, 2024
2 parents a7d6234 + 80de91c commit 65370b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2023 National Technology and Engineering Solutions
Copyright (c) 2014-2024 National Technology and Engineering Solutions
of Sandia, LLC . Under the terms of Contract DE-NA0003525 with
National Technology and Engineering Solutions of Sandia, LLC, the
U.S. Government retains certain rights in this software.
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = tracktable-data
version = 1.7.2
version = 1.7.3
author = Andy Wilson
author_email = atwilso@sandia.gov
description = Tracktable Data Files
Expand All @@ -19,6 +19,8 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Natural Language :: English
Expand Down
6 changes: 3 additions & 3 deletions tracktable-data/tracktable_data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"""

__version__ = "1.7.1"
__version__ = "1.7.3"
__title__ = "Tracktable Data"
__description__ = "Tracktable Data Files"
__url__ = "https://tracktable.sandia.gov"
__uri__ = __url__
__doc__ = __description__ + " <" + __uri__ + ">"
__author__ = "Andy Wilson, Danny Rintoul, Chris Valicka, Ben Newton, Paul Schrum, Phil Baxley, Kat Ward, Rick Vinyard, Michael Scoggin, Michael Fadem, Geoff Danielson"
__maintainer__ = "Andy Wilson, Michael Fadem"
__maintainer__ = "Andy Wilson <atwilso@sandia.gov>"
__license__ = "BSD"
__copyright__ = "Copyright (c) 2014-2023 National Technology and Engineering Solutions of Sandia, LLC."
__copyright__ = "Copyright (c) 2014-2024 National Technology and Engineering Solutions of Sandia, LLC."

0 comments on commit 65370b1

Please sign in to comment.