Skip to content

Commit

Permalink
mygpoclient 1.1 "The Substitute" released
Browse files Browse the repository at this point in the history
Updated website URL and bumped version info.
  • Loading branch information
thp committed Feb 19, 2010
1 parent a9f2953 commit 4f6944b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ my.gpodder.org web services. In addition to subscription list
synchronization and storage, the advanced API support allows
to upload and download episode status changes.

See the mygpoclient homepage for up-to-date information:

http://thpinfo.com/2010/mygpoclient/

The API specification for the my.gpodder.org webservice can
be found at

Expand Down
2 changes: 1 addition & 1 deletion mygpoclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = '1.0'
__version__ = '1.1'
__url__ = 'http://thpinfo.com/2010/mygpoclient/'

# Default settings for the API client (server hostname and API version)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
from distutils.core import setup

setup(name='mygpoclient',
version='1.0',
version='1.1',
description='Library for accessing my.gpodder.org web services.',
author='Thomas Perl',
author_email='[email protected]',
url='http://repo.or.cz/w/mygpoclient.git/',
url='http://thpinfo.com/2010/mygpoclient/',
packages=['mygpoclient'])

0 comments on commit 4f6944b

Please sign in to comment.