From 7a99877629891771176e17b96f57219e4399cd38 Mon Sep 17 00:00:00 2001 From: Dag Brattli Date: Sun, 24 Jul 2022 10:26:54 +0200 Subject: [PATCH] fix: fixes python package name --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b73cb92..6eeb21f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] -name = "AsyncRx" -version = "1.6.1" +name = "fsharp-control-async-rx" +version = "1.6.2" description = "Async Observables for F# and Fable" authors = ["Dag Brattli "] license = "MIT"