From ba5d32b6ca1ae7546c67bcfa35917d72c7e3d878 Mon Sep 17 00:00:00 2001 From: Tao He Date: Thu, 13 Jan 2022 18:08:13 +0800 Subject: [PATCH] Bump up the version. Signed-off-by: Tao He --- docs/conf.py | 4 ++-- docs/index.rst | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index bcf17f1..6001bab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '3.9' +version = '3.12' # The full version, including alpha/beta/rc tags. -release = '3.9' +release = '3.12' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index cd7110c..1a8ddbe 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ -:Date: 2019-08-13 -:Version: 3.5 +:Date: 2022-01-13 +:Version: 3.12 :Authors: - He Tao .. meta:: diff --git a/setup.py b/setup.py index f8d981c..35cd7e6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name = 'parsec', - version = '3.11', + version = '3.12', description = 'parser combinator.', long_description = 'A universal Python parser combinator library inspired by Parsec library of Haskell.', author = 'He Tao',