Skip to content

Commit 007c386

Browse files
committed
chore: sync version to 0.1.21 (already published to PyPI)
Version 0.1.21 was successfully published to PyPI but the version bump commit failed due to branch protection. This commit syncs the repo version with what's already on PyPI.
1 parent a3e0b44 commit 007c386

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.20"
3+
__version__ = "0.1.21"
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.20"
7+
version = "0.1.21"
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)