From 920a4cdd99cbcd85d55af2d8d2c601d8bef8bfc2 Mon Sep 17 00:00:00 2001 From: Glenn De Jonghe Date: Wed, 21 Jul 2021 14:13:27 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.48.7=20=E2=86=92=200.48.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pypika/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pypika/__init__.py b/pypika/__init__.py index 908543a8..445dac79 100644 --- a/pypika/__init__.py +++ b/pypika/__init__.py @@ -100,7 +100,7 @@ __author__ = "Timothy Heys" __email__ = "theys@kayak.com" -__version__ = "0.48.7" +__version__ = "0.48.8" NULL = NullValue() SYSTEM_TIME = SystemTimeValue() diff --git a/setup.cfg b/setup.cfg index b7bd6ffd..029fb400 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.48.7 +current_version = 0.48.8 commit = True tag = True