Commit 97edefe9 authored by Vaishak Prasad's avatar Vaishak Prasad
Browse files

release

parent b6e22b69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,6 +2,6 @@
                <rect width="80" height="20" rx="0" ry="5" fill="grey" x="0" y="0" />
                <rect width="60" height="20" fill="blue" x="80" y="0" />
                <text x="6" y="13" fill="white" font-size="11">pypi package</text>
                <text x="83" y="14" fill="white" font-size="11">2025.06.17.4</text>
                <text x="83" y="14" fill="white" font-size="11">2025.06.18</text>
                </svg>
            
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
2025.06.17.4
 No newline at end of file
2025.06.18
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ def get_requirements():

setuptools.setup(
    name="waveformtools",
 	version="2025.06.17.4",
 	version="2025.06.18",
    author="Vaishak Prasad",
    author_email="vaishakprasad@gmail.com",
    description="Functions for handling waveform and numerical relativity data",
+1 −1
Original line number Diff line number Diff line
@@ -44,4 +44,4 @@ def read_git_version():
    return vers


__version__ = "2025.06.17.4"
__version__ = "2025.06.18"