Skip to content

Commit de72919

Browse files
authored
RELEASE: 0.8.1 (Hotfix) (#144)
### ADO Work Item Reference <!-- Insert your ADO Work Item ID below (e.g. AB#37452) --> > [AB#38007](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/38007) ------------------------------------------------------------------- ### Summary This pull request includes a small version update in the `setup.py` file. The change increments the library version from `0.8.0` to `0.8.1` to reflect new updates or fixes. Co-authored-by: Jahnvi Thakkar <jathakkar@microsoft.com>
1 parent 4bf2a4e commit de72919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def finalize_options(self):
7979

8080
setup(
8181
name='mssql-python',
82-
version='0.8.0',
82+
version='0.8.1',
8383
description='A Python library for interacting with Microsoft SQL Server',
8484
long_description=open('PyPI_Description.md', encoding='utf-8').read(),
8585
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)