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 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