File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313project = 'IDTAP API'
1414copyright = '2025, Jon Myers'
1515author = 'Jon Myers'
16- release = '0.1.33 '
17- version = '0.1.33 '
16+ release = '0.1.34 '
17+ version = '0.1.34 '
1818
1919# -- General configuration ---------------------------------------------------
2020# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11"""Python API package exposing IDTAP data classes and client."""
22
3- __version__ = "0.1.33 "
3+ __version__ = "0.1.34 "
44
55from .client import SwaraClient
66from .auth import login_google
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " idtap"
7- version = " 0.1.33 "
7+ version = " 0.1.34 "
88description = " Python client library for IDTAP - Interactive Digital Transcription and Analysis Platform for Hindustani music"
99readme = " README.md"
1010license = {text = " MIT" }
You can’t perform that action at this time.
0 commit comments