diff --git a/README.md b/README.md index a2b609e..f32b4b4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Filesystem view of version control repositories Installation ======================= -We currently support only Debian based distributions \>= 9.3. +We currently support only Debian Stretch. 1. `apt-get install libffi-dev libgit2-dev fuse python-pip` 2. `pip install repofs` diff --git a/setup.py b/setup.py index 37e85f6..f04ca4f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def get_long_desc(): def setup_package(): setup( name='repofs', - version='0.2.3', + version='0.2.4', description='File system view of git repositories', long_description=get_long_desc(), url='https://github.com/AUEB-BALab/RepoFS',