From fcca1c2a00f94fdf5b68e3dd4178a0660f0bd381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavlin=20Poli=C4=8Dar?= Date: Wed, 24 May 2023 15:45:24 +0200 Subject: [PATCH] Version bump to v1.0.0 --- docs/source/conf.py | 4 ++-- openTSNE/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 04a36cc1..0f32277d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,13 +20,13 @@ # -- Project information ----------------------------------------------------- project = 'openTSNE' -copyright = u'2020, Pavlin Poličar' +copyright = u'2023, Pavlin Poličar' author = u'Pavlin Poličar' # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.3.13' +release = '1.0.0' # -- General configuration --------------------------------------------------- diff --git a/openTSNE/version.py b/openTSNE/version.py index a5f830a2..5becc17c 100644 --- a/openTSNE/version.py +++ b/openTSNE/version.py @@ -1 +1 @@ -__version__ = "0.7.1" +__version__ = "1.0.0"