diff --git a/README.rst b/README.rst index ac646fe..19e25cd 100644 --- a/README.rst +++ b/README.rst @@ -21,11 +21,11 @@ Requirements * python 2.7 * mongodb 1.8 * pymongo 1.11 -* scrapelib +* scrapelib 0.5.5 Usage ===== * Run celeryd with beat ``celeryd -B --config=oyster.celeryconfig`` * Run oyster HTTP portal ``python oyster/web.py`` - +* Use oyster.client.Client to add new documents & query the store diff --git a/oyster/__init__.py b/oyster/__init__.py index 3dc1f76..d3ec452 100644 --- a/oyster/__init__.py +++ b/oyster/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.2.0"