From f05506ed5ba4f1260f4cdf3646ffee096cda028d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:16:49 +0800 Subject: [PATCH] Chore(main): release 0.1.2 (#28) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- pytools/CHANGELOG.md | 7 +++++++ pytools/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pytools/CHANGELOG.md b/pytools/CHANGELOG.md index 4ce031b..db34d5c 100644 --- a/pytools/CHANGELOG.md +++ b/pytools/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/xshaokun/gadgets/compare/v0.1.1...v0.1.2) (2023-03-13) + + +### Miscellaneous Chores + +* rename python package as `xsk_pytools` ([#27](https://github.com/xshaokun/gadgets/issues/27)) ([4e7a3d0](https://github.com/xshaokun/gadgets/commit/4e7a3d0ab165746321126fd3caec61793a8809ce)) + ## [0.1.1](https://github.com/xshaokun/gadgets/compare/v0.1.0...v0.1.1) (2023-03-10) diff --git a/pytools/pyproject.toml b/pytools/pyproject.toml index efd9dad..fcd61dd 100644 --- a/pytools/pyproject.toml +++ b/pytools/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "xsk_pytools" -version = "0.1.1" +version = "0.1.2" description = "A Python toolbox for personal daily research" readme = "README.md" requires-python = ">=3.6"