From 511a2fc3d46cd98a16114080aa40febdc4161c2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 7 Aug 2024 05:36:18 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.8.5=20=E2=86=92=202.8.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b0758c..824ef8ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.8.6 (2024-08-07) + +### Refactor + +- improve initial import time ([`f720973`](https://github.com/kmnhan/erlabpy/commit/f7209735840355c9fa6ab799b578aecf65008d31)) + ## v2.8.5 (2024-07-31) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 97a6aa1d..a59429c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "erlab" -version = "2.8.5" +version = "2.8.6" authors = [{ name = "Kimoon Han", email = "khan@kaist.ac.kr" }] description = "Python package for ARPES data analysis and visualization." readme = "README.md"