From 15e6670dc2b09879cc02d65a563f7a60b9940ae8 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Wed, 23 Oct 2024 10:18:23 -0700 Subject: [PATCH] preparing for next tag --- doc/changes.rst | 2 +- py/gfa_reduce/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index 8f7ee28..f681c73 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -6,7 +6,7 @@ Change Log tags have been created to be consistent with ``X.Y.Z`` conventions, and the corresponding old tag is listed with the date in the titles below. -1.0.2 (unreleased) +1.0.2 (2024-10-23) ------------------ * Debug some processing failures by improving exception handling in diff --git a/py/gfa_reduce/_version.py b/py/gfa_reduce/_version.py index 2523964..a6221b3 100644 --- a/py/gfa_reduce/_version.py +++ b/py/gfa_reduce/_version.py @@ -1 +1 @@ -__version__ = '1.0.2.dev852' +__version__ = '1.0.2'