diff --git a/HISTORY.rst b/HISTORY.rst index 39a6759..c85065f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.4.11 (2022-11-25) +0.4.12 (2022-11-25) ------------------ 0.4.10 (2022-11-22) ------------------ diff --git a/docs/index.rst b/docs/index.rst index c8e2630..be19b57 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -40,7 +40,7 @@ In the new release, we provide the interactive plots: Latest additions ---------------- -.. include:: release_notes/0.4.11.rst +.. include:: release_notes/0.4.12.rst .. include:: release_notes/0.4.6.rst diff --git a/setup.cfg b/setup.cfg index f877626..1b1d1ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.11 +current_version = 0.4.12 commit = True tag = True diff --git a/setup.py b/setup.py index e728fba..2dfb0a7 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/BiomedicalMachineLearning/stLearn", - version="0.4.11", + version="0.4.12", zip_safe=False, ) diff --git a/stlearn/__init__.py b/stlearn/__init__.py index 1fc79b2..e0a429c 100644 --- a/stlearn/__init__.py +++ b/stlearn/__init__.py @@ -2,7 +2,7 @@ __author__ = """Genomics and Machine Learning lab""" __email__ = "duy.pham@uq.edu.au" -__version__ = "0.4.11" +__version__ = "0.4.12" from . import add