Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Vallisneri authored and Michele Vallisneri committed Aug 11, 2022
1 parent a6329d0 commit 77b148e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libstempo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.4.4"
__version__ = "2.4.5"

import os
from ._find_tempo2 import find_tempo2_runtime
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 77b148e

Please sign in to comment.