From 7b7710f9ad4ca79af102dca3ee2a37d17c6a5092 Mon Sep 17 00:00:00 2001 From: Jackson Burns <33505528+JacksonBurns@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:59:39 -0500 Subject: [PATCH 1/2] add pyopensci review badge --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e21068..1f8167f 100644 --- a/README.md +++ b/README.md @@ -16,22 +16,22 @@ PyPI - Python Version Reproduce Paper - DOI + pyOpenSci approved PyPI - License Test Status - PyPI + DOI PyPI - Total Downloads - conda-forge version + PyPI GitHub Repo Stars Project Status: Active – The project has reached a stable, usable state and is being actively developed. - + conda-forge version From d8a1aaee673558441a62db8b98308f7ee5335856 Mon Sep 17 00:00:00 2001 From: Jackson Burns <33505528+JacksonBurns@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:06:09 -0500 Subject: [PATCH 2/2] add a post-release version --- astartes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astartes/__init__.py b/astartes/__init__.py index e649de9..10357fe 100644 --- a/astartes/__init__.py +++ b/astartes/__init__.py @@ -1,7 +1,7 @@ # convenience import to enable 'from astartes import train_test_split' from .main import train_test_split, train_val_test_split -__version__ = "1.1.3" +__version__ = "1.1.3.post1" # DO NOT do this: # from .molecules import train_test_split_molecules