diff --git a/libstempo/__init__.py b/libstempo/__init__.py index 142081b..f1fd747 100644 --- a/libstempo/__init__.py +++ b/libstempo/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.4.5" +__version__ = "2.4.6" import os from ._find_tempo2 import find_tempo2_runtime diff --git a/setup.py b/setup.py index f855629..fe54c04 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def _get_tempo2_install_location(): setup( name="libstempo", - version="2.4.5", # remember to change it in __init__.py + version="2.4.6", # remember to change it in __init__.py description="A Python wrapper for tempo2", author="Michele Vallisneri", author_email="vallis@vallis.org",