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