From 35452613e181f045d5ec0f0dd24d5c9734386abc Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Wed, 6 Mar 2024 18:59:07 +0900 Subject: [PATCH] pyperf: Prepare releasing 2.6.3 (#176) --- doc/conf.py | 2 +- pyperf/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 09540bc3..f69a53f0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ # built documents. # # The short X.Y version. -version = release = '2.6.2' +version = release = '2.6.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyperf/__init__.py b/pyperf/__init__.py index 5177a758..ba70fb48 100644 --- a/pyperf/__init__.py +++ b/pyperf/__init__.py @@ -1,6 +1,6 @@ from time import perf_counter -VERSION = (2, 6, 2) +VERSION = (2, 6, 3) __version__ = '.'.join(map(str, VERSION)) # Export pyperf.perf_counter for backward compatibility with pyperf 1.7