Skip to content

Commit bb99e36

Browse files
committed
feat: Bump version to 0.2.3 in __init__.py and pyproject.toml
1 parent bdcaacf commit bb99e36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

adapt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Adapt package namespace."""
22

3-
__version__ = "0.2.2"
3+
__version__ = "0.2.3"

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 = "adapt-server"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
description = "Adaptive file-backed FastAPI server that turns datasets into CRUD APIs and UIs."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)