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

Commit

Permalink
Release 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticfall committed Dec 4, 2021
1 parent a72a00c commit a4a1c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setup(
name="alleycat-reactive",
version="0.4.7",
version="0.4.8",
author="Xavier Cho",
author_email="[email protected]",
description="A simple Python library to provide an API to implement the Reactive Object Pattern (ROP).",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/mysticfall/alleycat-reactive",
packages=find_namespace_packages(include=["alleycat.*"]),
install_requires=["returns==0.15.0", "rx==3.1.1"],
install_requires=["returns==0.17.0", "rx==3.2.0"],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit a4a1c88

Please sign in to comment.