diff --git a/pypika/__init__.py b/pypika/__init__.py index 445dac79..538bdfbd 100644 --- a/pypika/__init__.py +++ b/pypika/__init__.py @@ -100,7 +100,7 @@ __author__ = "Timothy Heys" __email__ = "theys@kayak.com" -__version__ = "0.48.8" +__version__ = "0.48.9" NULL = NullValue() SYSTEM_TIME = SystemTimeValue() diff --git a/setup.cfg b/setup.cfg index 029fb400..be10a91c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.48.8 +current_version = 0.48.9 commit = True tag = True @@ -13,4 +13,3 @@ universal = 1 [flake8] exclude = docs, .git, __pycache__ max-line-length = 120 -