From aca6cf20970c84d48c324a4871e4cf6a9e3bc98a Mon Sep 17 00:00:00 2001 From: teutoburg Date: Mon, 6 Nov 2023 17:59:24 +0100 Subject: [PATCH] Update version in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5d25931d..3f24a634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ScopeSim" -version = "0.7.1-alpha" +version = "0.7.1" description = "Generalised telescope observation simulator" readme = "README.md" requires-python = ">=3.8" @@ -36,7 +36,7 @@ dependencies = [ "requests-cache>1.0", "synphot>=1.1.0", - "skycalc_ipy>=0.1.5", + "skycalc_ipy>=0.2.0", "anisocado>=0.3.0", ]