From b6a43f499030b73b25047bcb007d784f50f82ff9 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Tue, 30 Apr 2024 13:35:22 -0700 Subject: [PATCH] bump version after tag --- doc/changes.rst | 5 +++++ py/gfa_reduce/_version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/changes.rst b/doc/changes.rst index 1bb1071..a3b2dca 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -6,6 +6,11 @@ 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.1 (unreleased) +------------------ + +* No changes yet. + 1.0.0 (2024-04-30) ------------------ diff --git a/py/gfa_reduce/_version.py b/py/gfa_reduce/_version.py index 1f356cc..144c576 100644 --- a/py/gfa_reduce/_version.py +++ b/py/gfa_reduce/_version.py @@ -1 +1 @@ -__version__ = '1.0.0' +__version__ = '1.0.1.dev845'