Skip to content

Commit

Permalink
Update version to 3.1.1 (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo authored Jul 16, 2020
1 parent 0718e04 commit f2642a8
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.0
version = 3.1.1
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 @@ -8,7 +8,7 @@


# Please make sure the version here remains the same as in project.cfg
__version__ = '3.1.0'
__version__ = '3.1.1'


def amb(*sources: Observable) -> Observable:
Expand Down

0 comments on commit f2642a8

Please sign in to comment.