We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1276a07 commit 31e20a1Copy full SHA for 31e20a1
idtap/__init__.py
@@ -1,6 +1,6 @@
1
"""Python API package exposing IDTAP data classes and client."""
2
3
-__version__ = "0.1.18"
+__version__ = "0.1.19"
4
5
from .client import SwaraClient
6
from .auth import login_google
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "idtap"
7
-version = "0.1.18"
+version = "0.1.19"
8
description = "Python client library for IDTAP - Interactive Digital Transcription and Analysis Platform for Hindustani music"
9
readme = "README.md"
10
license = {text = "MIT"}
0 commit comments