Skip to content

Commit 46d3b66

Browse files
author
Ignacio Van Droogenbroeck
committed
chore: bump version to 0.1.2
Includes fix for buffered merge null handling (#202).
1 parent e99fe45 commit 46d3b66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "arc-tsdb-client"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Python SDK for Arc time-series database"
99
readme = "README.md"
1010
license = { text = "MIT" }

src/arc_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ArcValidationError,
1616
)
1717

18-
__version__ = "0.1.0"
18+
__version__ = "0.1.2"
1919

2020
__all__ = [
2121
# Clients

0 commit comments

Comments
 (0)