Skip to content

Commit aff1796

Browse files
committed
Bump version: 0.4.0-alpha-12 → 0.4.0-alpha-13
1 parent 810ea2f commit aff1796

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

0 commit comments

Comments
 (0)