Skip to content

Commit 9aa716b

Browse files
committed
Fix version to 1.3.0 and add py.typed to package-data
1 parent af72b63 commit 9aa716b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build_ddbc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
from mssql_python.platform_utils import get_platform_info
1717

1818
__all__ = ["compile_ddbc", "get_platform_info"]
19-
__version__ = "1.2.0"
19+
__version__ = "1.3.0"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ backend-path = ["."]
1111
# =============================================================================
1212
[project]
1313
name = "mssql-python"
14-
version = "1.2.0"
14+
version = "1.3.0"
1515
description = "A Python library for interacting with Microsoft SQL Server"
1616
readme = "PyPI_Description.md"
1717
license = "MIT"
@@ -102,6 +102,7 @@ exclude = ["build_ddbc*", "tests*", "benchmarks*"]
102102

103103
[tool.setuptools.package-data]
104104
mssql_python = [
105+
"py.typed",
105106
"ddbc_bindings.cp*.pyd",
106107
"ddbc_bindings.cp*.so",
107108
"libs/*",

0 commit comments

Comments
 (0)