Skip to content

Commit

Permalink
Update version to 3.1.0 (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Feb 28, 2020
1 parent a626059 commit 4ed60bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project.cfg
Expand Up @@ -2,11 +2,11 @@
name = Rx
project = RxPY
# Please make sure the version here remains the same as in rx/__init__.py
version = 3.0.1
version = 3.1.0
description = Reactive Extensions (Rx) for Python
author = Dag Brattli
author_email = dag@brattli.net
copyright = 2013-2019, Dag Brattli, Microsoft Corp., and Contributors
copyright = 2013-2020, Dag Brattli, Microsoft Corp., and Contributors
license = MIT License
url = http://reactivex.io
download_url = https://github.com/ReactiveX/RxPY
2 changes: 1 addition & 1 deletion rx/__init__.py
Expand Up @@ -8,7 +8,7 @@


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


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

0 comments on commit 4ed60bb

Please sign in to comment.