From daef2b439934027da8d77e0f8d36b2ccb6441d13 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Fri, 20 May 2022 14:03:33 -0700 Subject: [PATCH] preparing for next tag --- doc/changes.rst | 4 ++-- hpsspy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index b15db37..de1abfa 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -2,10 +2,10 @@ Release Notes ============= -0.6.1 (unreleased) +0.6.1 (2022-05-20) ------------------ -* No changes yet. +* Bumped version due to malformed PyPI upload. 0.6.0 (2022-05-20) ------------------ diff --git a/hpsspy/__init__.py b/hpsspy/__init__.py index 0d1d6cb..ec13edb 100644 --- a/hpsspy/__init__.py +++ b/hpsspy/__init__.py @@ -6,7 +6,7 @@ Python interface to the HPSS system. """ -__version__ = '0.6.1.dev321' +__version__ = '0.6.1' class HpssError(Exception):