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 92da80e commit a2e3efdCopy full SHA for a2e3efd
.bumpversion.cfg
@@ -1,6 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0a22
3
-
+current_version = 1.0.0a23
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+))(?P<release_version>\d+)
5
serialize =
6
{major}.{minor}.{patch}{release}{release_version}
mssqlscripter/__init__.py
@@ -4,4 +4,4 @@
# --------------------------------------------------------------------------------------------
7
-__version__ = '1.0.0a22'
+__version__ = '1.0.0a23'
setup.py
@@ -12,7 +12,7 @@
12
13
from setuptools import setup
14
15
-MSSQLSCRIPTER_VERSION = '1.0.0a22'
+MSSQLSCRIPTER_VERSION = '1.0.0a23'
16
17
CLASSIFIERS = [
18
'Development Status :: 3 - Alpha',
0 commit comments