Skip to content

Commit d39d01c

Browse files
Michele VallisneriMichele Vallisneri
authored andcommitted
Bumped version number
1 parent 2585608 commit d39d01c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libstempo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.4.3"
1+
__version__ = "2.4.4"
22

33
import os
44
from ._find_tempo2 import find_tempo2_runtime

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _get_tempo2_install_location():
6868

6969
setup(
7070
name="libstempo",
71-
version="2.4.3", # remember to change it in __init__.py
71+
version="2.4.4", # remember to change it in __init__.py
7272
description="A Python wrapper for tempo2",
7373
author="Michele Vallisneri",
7474
author_email="[email protected]",

0 commit comments

Comments
 (0)