diff --git a/docs/index.md b/docs/index.md index a9281253..aceb61bd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,6 +30,6 @@ Monty is created to serve as a complement to the Python standard library. It provides suite of tools to solve many common problems, and hopefully, be a resource to collect the best solutions. -Monty supports Python 3.10+. +Monty supports Python 3.9+. Please visit the [official docs](https://materialsvirtuallab.github.io/monty) for more information. diff --git a/docs/monty.functools.md b/docs/monty.functools.md index 15bc0fca..93fd41b6 100644 --- a/docs/monty.functools.md +++ b/docs/monty.functools.md @@ -73,13 +73,10 @@ becomes The decorated main accepts two new arguments: > prof_file: Name of the output file with profiling data - > ```none > If not given, a temporary file is created. > ``` - > sortby: Profiling data are sorted according to this value. - > ```none > default is “time”. See sort_stats. > ``` diff --git a/docs/monty.os.md b/docs/monty.os.md index 8d85d1dc..96184b2e 100644 --- a/docs/monty.os.md +++ b/docs/monty.os.md @@ -15,7 +15,6 @@ performing some tasks, and returns to the original working directory afterwards. E.g., > with cd(“/my/path/”): - > ```none > do_something() > ``` diff --git a/docs/monty.re.md b/docs/monty.re.md index 7082093f..b7e419ef 100644 --- a/docs/monty.re.md +++ b/docs/monty.re.md @@ -25,11 +25,9 @@ A powerful regular expression version of grep. * **Returns** > {key1: [[[matches…], lineno], [[matches…], lineno], - > ```none > [[matches…], lineno], …], > ``` - > key2: …} For reverse reads, the lineno is given as a -ve number. Please note diff --git a/pyproject.toml b/pyproject.toml index 225580e2..212fe94d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "ruamel.yaml", "numpy", ] -version = "2025.1.3" +version = "2025.1.9" [project.optional-dependencies] ci = [