From 309ff2a85b5f7a49c361bee2fc1c9324bf5e04af Mon Sep 17 00:00:00 2001 From: Romain Picard Date: Mon, 19 Sep 2022 14:53:49 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.13.2=20=E2=86=92=200.13.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- rxsci/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 21068de..dac6000 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.13.2' +release = '0.13.3' # -- General configuration --------------------------------------------------- diff --git a/rxsci/__init__.py b/rxsci/__init__.py index b0541dd..a622adb 100644 --- a/rxsci/__init__.py +++ b/rxsci/__init__.py @@ -1,6 +1,6 @@ __author__ = """Romain Picard""" __email__ = 'romain.picard@oakbits.com' -__version__ = '0.13.2' +__version__ = '0.13.3' from enum import Enum diff --git a/setup.cfg b/setup.cfg index ae972e1..6bd6da4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.2 +current_version = 0.13.3 commit = True tag = True diff --git a/setup.py b/setup.py index eced3e0..e949402 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="rxsci", - version='0.13.2', + version='0.13.3', url='https://github.com/maki-nage/rxsci.git', license='MIT', description="ReactiveX for data science",