From 77b148e863661cdce5a4f83db6486c9819fc8ddb Mon Sep 17 00:00:00 2001 From: Michele Vallisneri Date: Thu, 11 Aug 2022 15:56:27 -0700 Subject: [PATCH] Bump version --- libstempo/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstempo/__init__.py b/libstempo/__init__.py index 864d510..142081b 100644 --- a/libstempo/__init__.py +++ b/libstempo/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.4.4" +__version__ = "2.4.5" import os from ._find_tempo2 import find_tempo2_runtime diff --git a/setup.py b/setup.py index aa23304..f855629 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def _get_tempo2_install_location(): setup( name="libstempo", - version="2.4.4", # remember to change it in __init__.py + version="2.4.5", # remember to change it in __init__.py description="A Python wrapper for tempo2", author="Michele Vallisneri", author_email="vallis@vallis.org",