Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit a4a1c88

Browse files
committed
Release 0.4.8
1 parent a72a00c commit a4a1c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setup(
77
name="alleycat-reactive",
8-
version="0.4.7",
8+
version="0.4.8",
99
author="Xavier Cho",
1010
author_email="[email protected]",
1111
description="A simple Python library to provide an API to implement the Reactive Object Pattern (ROP).",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/mysticfall/alleycat-reactive",
1515
packages=find_namespace_packages(include=["alleycat.*"]),
16-
install_requires=["returns==0.15.0", "rx==3.1.1"],
16+
install_requires=["returns==0.17.0", "rx==3.2.0"],
1717
classifiers=[
1818
"Programming Language :: Python :: 3",
1919
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)