Skip to content

Commit 26cb6cd

Browse files
authored
fix docs repo url + bump to 1.3.0 (#30)
1 parent 738c0df commit 26cb6cd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: mostlyai-qa
2-
repo_url: "https://github.com/mostly-ai/mostly-python"
3-
repo_name: "mostly-ai/mostly-python"
2+
repo_url: "https://github.com/mostly-ai/mostlyai-qa"
3+
repo_name: "mostly-ai/mostlyai-qa"
44
theme:
55
name: material
66
logo: logo.png

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mostlyai-qa"
3-
version = "1.2.2"
3+
version = "1.3.0"
44
description = "Quality assurance for synthetic data"
55
readme = "README.md"
66
license = "Apache License v2"

src/mostlyai/qa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from mostlyai.qa.report_from_statistics import report_from_statistics
2121

2222
__all__ = ["report", "report_from_statistics"]
23-
__version__ = "1.2.2"
23+
__version__ = "1.3.0"
2424

2525
os.environ["TOKENIZERS_PARALLELISM"] = "false"
2626
pd.set_option("future.no_silent_downcasting", True)

0 commit comments

Comments
 (0)