From 3b21a949f7ee8f8d2b5c97883f24be3d0fcfe508 Mon Sep 17 00:00:00 2001 From: Timothy Heys Date: Wed, 22 Jan 2020 17:37:10 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.35.19=20=E2=86=92=200.35.20?= 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 8440f636..a93c4c81 100644 --- a/pypika/__init__.py +++ b/pypika/__init__.py @@ -94,4 +94,4 @@ __author__ = "Timothy Heys" __email__ = "theys@kayak.com" -__version__ = "0.35.19" +__version__ = "0.35.20" diff --git a/setup.cfg b/setup.cfg index 6c5041af..ec947da8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.35.19 +current_version = 0.35.20 commit = True tag = True