We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264bd74 commit a04eb37Copy full SHA for a04eb37
2 files changed
mostlyai/mock/__init__.py
@@ -15,4 +15,4 @@
15
from mostlyai.mock.core import sample
16
17
__all__ = ["sample"]
18
-__version__ = "0.2.0" # Do not set this manually. Use poetry version [params].
+__version__ = "0.2.1" # Do not set this manually. Use poetry version [params].
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mostlyai-mock"
3
-version = "0.2.0"
+version = "0.2.1"
4
description = "Synthetic Mock Data"
5
authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }]
6
requires-python = ">=3.10"
0 commit comments