Skip to content

Commit

Permalink
Bump up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aouyar committed Jan 26, 2013
1 parent 859b4e5 commit e7d5b77
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion healthgraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__copyright__ = "Copyright 2012, Ali Onur Uyar"
__credits__ = []
__license__ = "GPL"
__version__ = "0.2.2"
__version__ = "0.3.0"
__email__ = "aouyar at gmail.com"
__status__ = "Development"

2 changes: 1 addition & 1 deletion healthgraph/authmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__copyright__ = "Copyright 2012, Ali Onur Uyar"
__credits__ = []
__license__ = "GPL"
__version__ = "0.2.2"
__version__ = "0.3.0"
__email__ = "aouyar at gmail.com"
__status__ = "Development"

Expand Down
9 changes: 9 additions & 0 deletions healthgraph/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"""


__author__ = "Ali Onur Uyar"
__copyright__ = "Copyright 2012, Ali Onur Uyar"
__credits__ = []
__license__ = "GPL"
__version__ = "0.3.0"
__email__ = "aouyar at gmail.com"
__status__ = "Development"


class Error(Exception):
"""Base class for exceptions in this module"""
pass
Expand Down
2 changes: 1 addition & 1 deletion healthgraph/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__copyright__ = "Copyright 2012, Ali Onur Uyar"
__credits__ = []
__license__ = "GPL"
__version__ = "0.2.2"
__version__ = "0.3.0"
__email__ = "aouyar at gmail.com"
__status__ = "Development"

Expand Down
2 changes: 1 addition & 1 deletion healthgraph/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
__copyright__ = "Copyright 2012, Ali Onur Uyar"
__credits__ = []
__license__ = "GPL"
__version__ = "0.2.2"
__version__ = "0.3.0"
__email__ = "aouyar at gmail.com"
__status__ = "Development"

Expand Down
2 changes: 1 addition & 1 deletion healthgraph/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
__copyright__ = "Copyright 2012, Ali Onur Uyar"
__credits__ = []
__license__ = "GPL"
__version__ = "0.2.2"
__version__ = "0.3.0"
__email__ = "aouyar at gmail.com"
__status__ = "Development"

Expand Down
8 changes: 8 additions & 0 deletions healthgraph/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"""

__author__ = "Ali Onur Uyar"
__copyright__ = "Copyright 2012, Ali Onur Uyar"
__credits__ = []
__license__ = "GPL"
__version__ = "0.3.0"
__email__ = "aouyar at gmail.com"
__status__ = "Development"


API_AUTHORIZATION_URL = 'https://runkeeper.com/apps/authorize'
API_DEAUTHORIZATION_URL = 'https://runkeeper.com/apps/de-authorize'
Expand Down
2 changes: 1 addition & 1 deletion samples/bottle/runkeeper_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
__copyright__ = "Copyright 2012, Ali Onur Uyar"
__credits__ = []
__license__ = "GPL"
__version__ = "0.2.2"
__version__ = "0.3.0"
__maintainer__ = "Ali Onur Uyar"
__email__ = "aouyar at gmail.com"
__status__ = "Development"
Expand Down

0 comments on commit e7d5b77

Please sign in to comment.