Skip to content

Commit

Permalink
Merge a71d24e into 88c3dab
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Jul 18, 2019
2 parents 88c3dab + a71d24e commit 1e92caf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1 +1,2 @@
include LICENSE
include project.cfg
2 changes: 1 addition & 1 deletion project.cfg
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.0.0
version = 3.0.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
Expand Up @@ -8,7 +8,7 @@


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


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

0 comments on commit 1e92caf

Please sign in to comment.