From 4b7586987a84a3d960a64d42c552b08594ca00ec Mon Sep 17 00:00:00 2001 From: Eirik Rolland Enger Date: Wed, 10 Jan 2024 09:15:10 +0100 Subject: [PATCH] build(deps): bump from version 3.1.0 to 3.1.1 (#400) --- .rtx.toml => .mise.toml | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .rtx.toml => .mise.toml (100%) diff --git a/.rtx.toml b/.mise.toml similarity index 100% rename from .rtx.toml rename to .mise.toml diff --git a/pyproject.toml b/pyproject.toml index 3af0d9b7..c16b07c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "inscar" -version = "3.1.0" +version = "3.1.1" description = "Calculate an incoherent scatter spectrum with arbitrary isotropic electron velocity distributions and radar pointing at oblique angles to the magnetic field" authors = ["engeir "] readme = "README.rst"