Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version: 0.48.8 → 0.49.0
Browse files Browse the repository at this point in the history
itshed committed Mar 15, 2022
1 parent 42256b2 commit 02d0d63
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
@@ -100,7 +100,7 @@

__author__ = "Timothy Heys"
__email__ = "theys@kayak.com"
__version__ = "0.48.8"
__version__ = "0.49.0"

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.49.0
commit = True
tag = True

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

0 comments on commit 02d0d63

Please sign in to comment.