Skip to content

Commit 31e20a1

Browse files
chore: bump version to 0.1.19
1 parent 1276a07 commit 31e20a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.18"
3+
__version__ = "0.1.19"
44

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

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.18"
7+
version = "0.1.19"
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)