Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit a2e3efd

Browse files
committed
Version bump to 1.0.0a23
1 parent 92da80e commit a2e3efd

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0a22
3-
2+
current_version = 1.0.0a23
43
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+))(?P<release_version>\d+)
54
serialize =
65
{major}.{minor}.{patch}{release}{release_version}

mssqlscripter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# --------------------------------------------------------------------------------------------
55

66

7-
__version__ = '1.0.0a22'
7+
__version__ = '1.0.0a23'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from setuptools import setup
1414

15-
MSSQLSCRIPTER_VERSION = '1.0.0a22'
15+
MSSQLSCRIPTER_VERSION = '1.0.0a23'
1616

1717
CLASSIFIERS = [
1818
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)