We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cca7c commit 74312f7Copy full SHA for 74312f7
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.0-alpha-8
+current_version = 0.4.0-alpha-9
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sql-athame"
-version = "0.4.0-alpha-8"
+version = "0.4.0-alpha-9"
description = "Python tool for slicing and dicing SQL"
authors = ["Brian Downing <bdowning@lavos.net>"]
6
license = "MIT"
0 commit comments