Skip to content

Commit

Permalink
bump version to 3.2.0 (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo authored Apr 25, 2021
1 parent 78385ee commit 5054de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5054de8

Please sign in to comment.