Skip to content

Commit d1373da

Browse files
authored
Bump version to 0.1.16 (#110)
1 parent 6858571 commit d1373da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mostlyai/mock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from mostlyai.mock.core import sample
1616

1717
__all__ = ["sample"]
18-
__version__ = "0.1.15" # Do not set this manually. Use poetry version [params].
18+
__version__ = "0.1.16" # Do not set this manually. Use poetry version [params].

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mostlyai-mock"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
description = "Synthetic Mock Data"
55
authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }]
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)