From 191862e15b3ef1989491a0d8572d419aae8cd11e Mon Sep 17 00:00:00 2001 From: jesko Date: Wed, 26 Jun 2024 08:42:20 +0200 Subject: [PATCH] bugfix release --- CHANGELOG.md | 2 ++ refinery/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2bfd9629..e49d89dab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ > If a release contains only bugfix, it is marked as a 'bugfix release'. > Otherwise, the changelog entries highlight only new or changed functionality. +## Version 0.6.41 - bugfix release + ## Version 0.6.40 - bugfix release ## Version 0.6.39 diff --git a/refinery/__init__.py b/refinery/__init__.py index 223a0774ee..41f669d689 100644 --- a/refinery/__init__.py +++ b/refinery/__init__.py @@ -34,7 +34,7 @@ 4. `refinery.units`: writing custom units, add command-line arguments, and how to use refinery units within Python code. """ -__version__ = '0.6.40' +__version__ = '0.6.41' __distribution__ = 'binary-refinery' from typing import Dict, List, Optional, Type, TypeVar, Iterable