From 200eb22113dbb93552a75f03df95e02f3fa81065 Mon Sep 17 00:00:00 2001 From: hyunwoongko Date: Sun, 20 Mar 2022 01:08:26 +0900 Subject: [PATCH] 3.4.1 --- docs/UPDATE.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/UPDATE.md b/docs/UPDATE.md index 62b4d50..76f53ed 100644 --- a/docs/UPDATE.md +++ b/docs/UPDATE.md @@ -192,3 +192,6 @@ - Modify caching key - https://github.com/hyunwoongko/kss/issues/30 - https://github.com/hyunwoongko/kss/issues/33 + +#### Kss 3.4.1 +- Apply improvements from https://github.com/hyunwoongko/kss/pull/39. \ No newline at end of file diff --git a/setup.py b/setup.py index bcb02c6..c1b2383 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read_file(filename, cb): setup( name="kss", - version="3.4", + version="3.4.1", author="Hyunwoong Ko", author_email="kevin.ko@tunib.ai", url="https://github.com/hyunwoongko/kss",