Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Feb 24, 2022
1 parent 9c345f9 commit ae89dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "reactivex"
version = "4.0.0a1" # Make sure the version here is the same as in _version.py
version = "4.0.0a2" # Make sure the version here is the same as in _version.py
description = "Reactive Extensions (Rx) for Python"
readme = "README.rst"
authors = ["Dag Brattli <dag@brattli.net>"]
Expand Down
2 changes: 1 addition & 1 deletion rx/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Please make sure the version here remains the same as in pyproject.toml
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"

0 comments on commit ae89dcd

Please sign in to comment.