Skip to content

Commit 0afa4f1

Browse files
committed
Bump version: 0.4.0-alpha-13 → 0.4.0-alpha-14
1 parent c0a41c2 commit 0afa4f1

3 files changed

Lines changed: 352 additions & 352 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-13
2+
current_version = 0.4.0-alpha-14
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-13"
11+
version = "0.4.0-alpha-14"
1212
description = "Python tool for slicing and dicing SQL"
1313
readme = "README.md"
1414

0 commit comments

Comments
 (0)