From a796fdf312f0d8c4922e34c85a890f0967a6b334 Mon Sep 17 00:00:00 2001 From: Ivan Toftul Date: Wed, 24 May 2023 14:26:42 +1000 Subject: [PATCH] updated version --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9cce713..9ca7bc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,12 @@ [tool.poetry] name = "mielib" -version = "0.1.10" -description = "" +version = "0.1.11" +description = "Python library with many Mie-related functions for optics and acoustics" authors = ["Ivan Toftul "] readme = "README.md" +repository = "https://github.com/toftul/mielib" +homepage = "https://github.com/toftul/mielib" +license = "MIT" [tool.poetry.dependencies] python = "^3.10"