Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSherouse committed Aug 18, 2013
1 parent 13868b2 commit ef5e439
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ wraps most of the `World Bank API
<http://data.worldbank.org/developers/api-overview>`_, and also adds some
convenience functions for searching and retrieving information.

Documentation is available at http://oliversherouse.github.com/wbdata/

Documentation is available at http://wbdata.readthedocs.org/ .
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.0'
version = '0.2.1'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='wbdata',
version='0.2.0',
version='0.2.1',
author="Oliver Sherouse",
author_email="[email protected]",
packages=["wbdata"],
Expand Down
2 changes: 1 addition & 1 deletion wbdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
get_indicator, get_incomelevel, get_lendingtype, get_source,
get_topic, search_countries, search_indicators)

__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit ef5e439

Please sign in to comment.