Skip to content

Commit eec6381

Browse files
author
Theekshna Kotian
committed
Merged PR 5372: Upgrade aplha release version
Upgrade aplha release version Related work items: #34075
1 parent 132112e commit eec6381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def build_extension(self, ext):
4343

4444
setup(
4545
name='mssql-python',
46-
version='1.0.0-alpha',
46+
version='0.1.5',
4747
description='A Python library for interacting with Microsoft SQL Server',
4848
long_description=open('README.md', encoding='utf-8').read(),
4949
long_description_content_type='text/markdown',
@@ -62,4 +62,4 @@ def build_extension(self, ext):
6262
ext_modules=[CMakeExtension('mssql_python.ddbc_bindings', sourcedir='mssql_python/pybind')],
6363
cmdclass={'build_ext': CMakeBuild},
6464
zip_safe=False,
65-
)
65+
)

0 commit comments

Comments
 (0)