diff --git a/project.cfg b/project.cfg index ebe01b4b5..700e1a912 100644 --- a/project.cfg +++ b/project.cfg @@ -2,7 +2,7 @@ name = Rx project = RxPY # Please make sure the version here remains the same as in rx/__init__.py -version = 3.1.1 +version = 3.2.0 description = Reactive Extensions (Rx) for Python author = Dag Brattli author_email = dag@brattli.net diff --git a/rx/__init__.py b/rx/__init__.py index a340d1e00..3dbac40db 100644 --- a/rx/__init__.py +++ b/rx/__init__.py @@ -7,7 +7,7 @@ from .internal.utils import alias # Please make sure the version here remains the same as in project.cfg -__version__ = '3.1.1' +__version__ = '3.2.0' def amb(*sources: Observable) -> Observable: