Skip to content

Commit cfec96c

Browse files
chore: bump version to 0.1.34
1 parent e5630ff commit cfec96c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.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

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