Skip to content

Commit 30574f9

Browse files
committed
Bump version: 0.48.8 → 0.48.9
1 parent 42256b2 commit 30574f9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pypika/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
__author__ = "Timothy Heys"
102102
__email__ = "[email protected]"
103-
__version__ = "0.48.8"
103+
__version__ = "0.48.9"
104104

105105
NULL = NullValue()
106106
SYSTEM_TIME = SystemTimeValue()

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.48.8
2+
current_version = 0.48.9
33
commit = True
44
tag = True
55

@@ -13,4 +13,3 @@ universal = 1
1313
[flake8]
1414
exclude = docs, .git, __pycache__
1515
max-line-length = 120
16-

0 commit comments

Comments
 (0)