Skip to content
This repository was archived by the owner on Aug 11, 2026. It is now read-only.

Commit 139dca3

Browse files
authored
Merge branch 'main' into fix-musical-time-indexerror
2 parents 7337fd8 + 2b46d34 commit 139dca3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
project = 'IDTAP API'
1414
copyright = '2025, Jon Myers'
1515
author = 'Jon Myers'
16-
release = '0.1.23'
17-
version = '0.1.23'
16+
release = '0.1.25'
17+
version = '0.1.25'
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

idtap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Python API package exposing IDTAP data classes and client."""
22

3-
__version__ = "0.1.23"
3+
__version__ = "0.1.25"
44

55
from .client import SwaraClient
66
from .auth import login_google

idtap/tests/musical_time_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,4 +792,4 @@ def test_deep_investigation_of_fractional_beat_calculation(self):
792792

793793
print("\nThis test helps identify if the issue is related to position truncation when")
794794
print("we're in the middle of subdivisions but reference_level=0 calculation starts")
795-
print("from the wrong subdivision boundary.")
795+
print("from the wrong subdivision boundary.")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "idtap"
7-
version = "0.1.23"
7+
version = "0.1.25"
88
description = "Python client library for IDTAP - Interactive Digital Transcription and Analysis Platform for Hindustani music"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)