bump version to 0.2.0

This commit is contained in:
James Turk 2011-09-20 16:16:55 -04:00
parent 376d27a8ff
commit ab467d9d05
2 changed files with 3 additions and 3 deletions

View File

@ -21,11 +21,11 @@ Requirements
* python 2.7 * python 2.7
* mongodb 1.8 * mongodb 1.8
* pymongo 1.11 * pymongo 1.11
* scrapelib * scrapelib 0.5.5
Usage Usage
===== =====
* Run celeryd with beat ``celeryd -B --config=oyster.celeryconfig`` * Run celeryd with beat ``celeryd -B --config=oyster.celeryconfig``
* Run oyster HTTP portal ``python oyster/web.py`` * Run oyster HTTP portal ``python oyster/web.py``
* Use oyster.client.Client to add new documents & query the store

View File

@ -1 +1 @@
__version__ = "0.1.0" __version__ = "0.2.0"