From c9440495f9e308aedba9b6fa6671406ed94c3eb5 Mon Sep 17 00:00:00 2001 From: Eirik Rolland Enger Date: Mon, 17 Jun 2024 16:10:19 +0200 Subject: [PATCH] build(main): includes some dependabot security PR's (#454) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02f895f3..942c5066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "inscar" -version = "3.3.0" +version = "3.3.1" description = "Calculate an incoherent scatter spectrum with arbitrary isotropic electron velocity distributions and radar pointing at oblique angles to the magnetic field" authors = [{ name = "Eirik Enger", email = "engeir@pm.me" }] readme = "README.rst"