From bdb897f178cea97dcd1a519f9141b007a669d877 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Wed, 22 Jan 2020 08:16:31 +1100 Subject: [PATCH] Update version information --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4272b08..69b60fd 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ with open(path.join(here, "README.md"), encoding="utf-8") as f: setup( name="PyFstat", - version="0.2", + version="1.3", author="Gregory Ashton, David Keitel, Reinhard Prix", author_email="gregory.ashton@ligo.org", license="MIT", -- GitLab