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 92f5d0e commit 7ec1d8cCopy full SHA for 7ec1d8c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.0
+current_version = 0.9.0
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
4
serialize =
5
{major}.{minor}.{patch}
mssqlcli/__init__.py
@@ -1 +1 @@
-__version__ = '0.8.0'
+__version__ = '0.9.0'
0 commit comments