We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132112e commit eec6381Copy full SHA for eec6381
setup.py
@@ -43,7 +43,7 @@ def build_extension(self, ext):
43
44
setup(
45
name='mssql-python',
46
- version='1.0.0-alpha',
+ version='0.1.5',
47
description='A Python library for interacting with Microsoft SQL Server',
48
long_description=open('README.md', encoding='utf-8').read(),
49
long_description_content_type='text/markdown',
@@ -62,4 +62,4 @@ def build_extension(self, ext):
62
ext_modules=[CMakeExtension('mssql_python.ddbc_bindings', sourcedir='mssql_python/pybind')],
63
cmdclass={'build_ext': CMakeBuild},
64
zip_safe=False,
65
-)
+)
0 commit comments