From 8eb8908980cdc1b7e74784e87965b28e3a457efc Mon Sep 17 00:00:00 2001 From: Seyong Date: Thu, 23 May 2024 12:14:01 -0400 Subject: [PATCH] updated version number --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 141a25b..9b66130 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Seyong Park' # The full version, including alpha/beta/rc tags -release = '0.9.1' +release = '0.9.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 20de0ed..c9f5276 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="kerrgeopy", - version="0.9.1", + version="0.9.2", author="Seyong Park", description="Library for computing stable and plunging geodesics in Kerr spacetime", long_description=long_description,