Skip to content

Commit

Permalink
Version number, ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vallis committed Aug 9, 2021
1 parent c9cb3c7 commit 40ae75d
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.1"
__version__ = "2.4.2"

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.1", # remember to change it in __init__.py
version="2.4.2", # remember to change it in __init__.py
description="A Python wrapper for tempo2",
author="Michele Vallisneri",
author_email="[email protected]",
Expand Down

0 comments on commit 40ae75d

Please sign in to comment.