Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed May 20, 2019
1 parent 11335c5 commit e37cadf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
name = Rx
project = RxPY
current_version = 3.0.0-beta1
current_version = 3.0.0-beta2
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 @@ -5,7 +5,7 @@

from .core import Observable, abc, typing, pipe

__version__ = "3.0.0-beta1"
__version__ = "3.0.0-beta2"

def amb(*sources: Observable) -> Observable:
"""Propagates the observable sequence that reacts first.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'url',
'download_url'
)},

version=project_meta.get("current_version"),
zip_safe=True,
python_requires='>=3.6.0',

Expand Down

0 comments on commit e37cadf

Please sign in to comment.