Skip to content

Commit

Permalink
Bump version: 0.20.0 → 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Oct 4, 2023
1 parent 1112bac commit a302bea
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.20.0'
release = '0.21.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rxsci"
version = "version='0.20.0'"
version = "version='0.21.0'"
description = "ReactiveX for data science"
readme = "README.rst"
requires-python = ">=3.8"
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.20.0'
__version__ = '0.21.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.20.0
current_version = 0.21.0
commit = True
tag = True

Expand Down

0 comments on commit a302bea

Please sign in to comment.