From 8bcf3c2dd150453bb877322094e6feb084ecb679 Mon Sep 17 00:00:00 2001 From: Michael Kim Date: Fri, 29 Mar 2019 14:10:13 -0700 Subject: [PATCH] fix release --- returns.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/returns.py b/returns.py index 5d65550..46cfba9 100644 --- a/returns.py +++ b/returns.py @@ -1,7 +1,7 @@ from functools import wraps as _wraps __author__ = 'Michael' -__version__ = '1.0' +__version__ = '1.1' class returns(object): diff --git a/setup.py b/setup.py index 7da8372..161473d 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ author_email='mkim0407@gmail.com', classifiers=[ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",