Skip to content

Commit ff9b8a4

Browse files
committed
Bump version: 0.4.0-alpha-11 → 0.4.0-alpha-12
1 parent 6562161 commit ff9b8a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0-alpha-11
2+
current_version = 0.4.0-alpha-12
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*)-(?P<build>\d+))?
44
serialize =
55
{major}.{minor}.{patch}-{release}-{build}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"typing-extensions",
99
]
1010
name = "sql-athame"
11-
version = "0.4.0-alpha-11"
11+
version = "0.4.0-alpha-12"
1212
description = "Python tool for slicing and dicing SQL"
1313
readme = "README.md"
1414

0 commit comments

Comments
 (0)