From 08f0c8dab2f6454be393f2c895c68597c66ba63e Mon Sep 17 00:00:00 2001 From: Tao He Date: Thu, 6 Jun 2024 09:57:02 +0800 Subject: [PATCH] Bump up the versiont o v3.17. Signed-off-by: Tao He --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c04ece1..740f93c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '3.15' +version = '3.17' # The full version, including alpha/beta/rc tags. -release = '3.15' +release = '3.17' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index cb9a35d..5d52d12 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name = 'parsec', - version = '3.16', + version = '3.17', description = 'parser combinator.', long_description = 'A universal Python parser combinator library inspired by Parsec library of Haskell.', author = 'He Tao',