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

Commit

Permalink
Version bump to 1.0.0a23
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMeemus committed Jun 28, 2018
1 parent 92da80e commit a2e3efd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[bumpversion]
current_version = 1.0.0a22

current_version = 1.0.0a23
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+))(?P<release_version>\d+)
serialize =
{major}.{minor}.{patch}{release}{release_version}
Expand Down
2 changes: 1 addition & 1 deletion mssqlscripter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# --------------------------------------------------------------------------------------------


__version__ = '1.0.0a22'
__version__ = '1.0.0a23'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from setuptools import setup

MSSQLSCRIPTER_VERSION = '1.0.0a22'
MSSQLSCRIPTER_VERSION = '1.0.0a23'

CLASSIFIERS = [
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit a2e3efd

Please sign in to comment.