We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6562161 commit ff9b8a4Copy full SHA for ff9b8a4
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.0-alpha-11
+current_version = 0.4.0-alpha-12
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*)-(?P<build>\d+))?
4
serialize =
5
{major}.{minor}.{patch}-{release}-{build}
pyproject.toml
@@ -8,7 +8,7 @@ dependencies = [
8
"typing-extensions",
9
]
10
name = "sql-athame"
11
-version = "0.4.0-alpha-11"
+version = "0.4.0-alpha-12"
12
description = "Python tool for slicing and dicing SQL"
13
readme = "README.md"
14
0 commit comments