Skip to content

Commit

Permalink
Merge branch 'release/0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
romaryd committed Dec 31, 2017
2 parents a9fa6cc + 23577ff commit 8c83784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion awesomedecorators/__init__.py
Expand Up @@ -3,4 +3,4 @@
from .timez import timeit, timeout, TimeoutError
from .timer import Timer

__version__ = '0.1.0'
__version__ = '0.1.2'
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -32,7 +32,7 @@ def text_of(relpath):

NAME = 'python-awesome-decorators'
VERSION = version
DESCRIPTION = 'List of nice decorators in Python.'
DESCRIPTION = 'List of useful decorators in Python.'
KEYWORDS = 'decorators'
AUTHOR = 'Romary Dupuis'
AUTHOR_EMAIL = 'romary@me.com'
Expand Down Expand Up @@ -65,7 +65,6 @@ def text_of(relpath):
'version': VERSION,
'description': DESCRIPTION,
'keywords': KEYWORDS,
'long_description': LONG_DESCRIPTION,
'author': AUTHOR,
'author_email': AUTHOR_EMAIL,
'url': URL,
Expand Down

0 comments on commit 8c83784

Please sign in to comment.