From 0af0f05388a33d6adbad33a1fe485a07a5d2d9d7 Mon Sep 17 00:00:00 2001 From: Metin San Date: Wed, 18 Aug 2021 15:48:20 +0200 Subject: [PATCH] Update pyproject version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d3c897..74f685d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "zodipy" homepage = "https://github.com/MetinSa/zodipy" -version = "0.1.4" +version = "0.1.5" description = "Zodipy is a python tool that simulates the instantaneous Zodiacal emission as seen from an observer." authors = ["Metin San "] readme = "README.md"