From 6368a79be001633452750a2eac2adc23b661ac14 Mon Sep 17 00:00:00 2001 From: jianlins Date: Sun, 30 Oct 2022 11:57:10 -0600 Subject: [PATCH] 1.0.8 --- PyRuSH/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyRuSH/version.py b/PyRuSH/version.py index afa986b..590a0a9 100644 --- a/PyRuSH/version.py +++ b/PyRuSH/version.py @@ -1,4 +1,4 @@ -__version__ = '1.0.8.dev6' +__version__ = '1.0.8' if __name__ == '__main__': print(__version__) # ******************************************************************************