Skip to content

Commit

Permalink
Bump version: 0.13.2 → 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Sep 19, 2022
1 parent 437a475 commit 309ff2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion rxsci/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = """Romain Picard"""
__email__ = 'romain.picard@oakbits.com'
__version__ = '0.13.2'
__version__ = '0.13.3'

from enum import Enum

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.2
current_version = 0.13.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 309ff2a

Please sign in to comment.