Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvexel committed Jul 6, 2015
1 parent f985f9b commit 58568f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.3'
version = '0.2.4'
# The full version, including alpha/beta/rc tags.
release = '0.2.3'
release = '0.2.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name = 'maproulette',
packages = ['maproulette'], # this must be the same as the name above
version = '0.2.3',
version = '0.2.4',
description = 'A wrapper for the MapRoulette API',
author = 'Martijn van Exel',
author_email = 'm@rtijn.org',
url = 'https://github.com/mvexel/maproulette-api-wrapper',
download_url = 'https://github.com/mvexel/maproulette-api-wrapper/archive/0.2.3.tar.gz',
download_url = 'https://github.com/mvexel/maproulette-api-wrapper/archive/0.2.4.tar.gz',
keywords = ['maproulette'],
classifiers = [],
)

0 comments on commit 58568f8

Please sign in to comment.