Skip to content

Commit 781470a

Browse files
committed
bump version 0.2.8
1 parent 13f51c8 commit 781470a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ New:
1313
- cookie auth & its specification in TD (cookie auth branch)
1414
- adding custom handlers for each property, action and event to override default behaviour
1515

16-
## [v0.2.8] - 2024-12-06
16+
## [v0.2.8] - 2024-12-07
1717

1818
- pydantic & JSON schema support for property models
1919
- composed sub`Thing`s exposed with correct URL path

hololinked/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.7"
1+
__version__ = "0.2.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="hololinked",
10-
version="0.2.7",
10+
version="0.2.8",
1111
author="Vignesh Vaidyanathan",
1212
author_email="vignesh.vaidyanathan@hololinked.dev",
1313
description="A ZMQ-based Object Oriented RPC tool-kit for instrument control/data acquisition or controlling generic python objects.",

0 commit comments

Comments
 (0)