Skip to content

Commit

Permalink
Bump version: 0.48.8 → 0.48.9
Browse files Browse the repository at this point in the history
  • Loading branch information
itshed committed Mar 15, 2022
1 parent 42256b2 commit 30574f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pypika/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

__author__ = "Timothy Heys"
__email__ = "[email protected]"
__version__ = "0.48.8"
__version__ = "0.48.9"

NULL = NullValue()
SYSTEM_TIME = SystemTimeValue()
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.48.8
current_version = 0.48.9
commit = True
tag = True

Expand All @@ -13,4 +13,3 @@ universal = 1
[flake8]
exclude = docs, .git, __pycache__
max-line-length = 120

0 comments on commit 30574f9

Please sign in to comment.