Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKim0407 committed Mar 29, 2019
1 parent d94dc3b commit 8bcf3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion returns.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from functools import wraps as _wraps

__author__ = 'Michael'
__version__ = '1.0'
__version__ = '1.1'


class returns(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
author_email='[email protected]',

classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 5 - Production/Stable",

"Intended Audience :: Developers",

Expand Down

0 comments on commit 8bcf3c2

Please sign in to comment.