aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--setup.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 4c8d38d..e60d685 100644
--- a/README.rst
+++ b/README.rst
@@ -6,7 +6,7 @@ py-gsxws is a Python library designed to work with Apple's GSX Web Services API.
The goal is for it to support all the features of the API.
Currently it supports most of them.
-Installation:
+Installation::
pip install -U -e git+git://github.com/filipp/py-gsxws.git#egg=gsxws
diff --git a/setup.py b/setup.py
index a70c011..da6180f 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="gsxws",
- version="0.5",
+ version="0.51",
description="Library for communicating with GSX Web Services API.",
install_requires=['PyYAML', 'lxml'],
classifiers=[
@@ -17,7 +17,7 @@ setup(
author="Filipp Lepalaan",
author_email="filipp@fps.ee",
url="https://github.com/filipp/py-gsxws",
- download_url="https://github.com/filipp/py-gsxws/tarball/0.5",
+ download_url="https://github.com/filipp/py-gsxws/tarball/0.51",
license="BSD",
packages=find_packages(),
)