From 4c2d29da00fffb116b91f14234d9aa35f8ce9ba4 Mon Sep 17 00:00:00 2001 From: terrencetec Date: Tue, 5 Mar 2024 14:11:14 -0600 Subject: [PATCH] Added temporary version --- 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 cf8c1b8..c393259 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'TSANG Terrence Tak Lun' # The full version, including alpha/beta/rc tags -release = '1.0.0-beta' +release = '1.0.0-charlie' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 907229c..d17452f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="kontrol", # Replace with your own username - version="1.0.0-beta", + version="1.0.0-charlie", author="TSANG Terrence Tak Lun", author_email="terrencetec@gmail.com", description="KAGRA control python package",