Skip to content

Commit

Permalink
Bump version: 0.18.0 → 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Oct 25, 2022
1 parent 6783f93 commit 8741761
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.18.0'
release = '0.19.0'


# -- 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.18.0'
__version__ = '0.19.0'

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.18.0
current_version = 0.19.0
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 @@ -24,7 +24,7 @@

setup(
name="rxsci",
version='0.18.0',
version='0.19.0',
url='https://github.com/maki-nage/rxsci.git',
license='MIT',
description="ReactiveX for data science",
Expand Down

0 comments on commit 8741761

Please sign in to comment.