Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkoHunter committed Dec 8, 2015
1 parent d61254b commit bdaa091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ping_me/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

name = 'ping-me'
major = '0'
minor = '1'
minor = '2.1'

__version__ = major + '.' + minor

__date__ = '2015-12-08' ## YYYY-MM-DD

__discription__ = 'Cross platform personalized ping'
__description__ = 'Cross platform personalized ping'

__author__ = 'Himanshu Mishra'
__email__ = 'himanshu2014iit@gmail.com'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
version = release.__version__,
author = release.__author__,
author_email = release.__email__,
description = release.__email__,
description = release.__description__,
url='https://github.com/OrkoHunter/ping-me',
keywords='ping me reminder cross platform',
packages = ['ping_me',
Expand Down

0 comments on commit bdaa091

Please sign in to comment.