diff --git a/Readme.md b/Readme.md index 994f0205..bccc450a 100644 --- a/Readme.md +++ b/Readme.md @@ -60,7 +60,7 @@ git clone https://github.com/fukatani/rgf_python.git python setup.py install ``` -**And you need to edit rgf/lib/rgf.py** +**And you need to edit rgf/rgf.py** ```python ## Edit this ################################################## diff --git a/setup.py b/setup.py index f3df281c..59e2b841 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import re import os -version = '0.0.0' +version = '0.0.1' def read(filename): return open(os.path.join(os.path.dirname(__file__), filename)).read()