From 98de476b15e35b9d04a849e763e8e9c6cb7fe645 Mon Sep 17 00:00:00 2001 From: Gavin Huttley Date: Wed, 5 Aug 2026 09:40:12 +1000 Subject: [PATCH] DEV: bump version to 2026.8.5 [CHANGED] also changed trove classifier to Production/Stable --- pyproject.toml | 2 +- src/scitrack/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9193f2f..3e1d574 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [{ name = "Gavin Huttley", email = "Gavin.Huttley@anu.edu.au" }] requires-python = ">=3.10" keywords = ["science", "logging"] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Software Development :: Libraries :: Python Modules", diff --git a/src/scitrack/__init__.py b/src/scitrack/__init__.py index 3b2863c..8209b8a 100644 --- a/src/scitrack/__init__.py +++ b/src/scitrack/__init__.py @@ -19,7 +19,7 @@ from getpass import getuser from pathlib import Path -__version__ = "2026.6.24" +__version__ = "2026.8.5" VERSION_ATTRS = ["__version__", "version", "VERSION"]