Skip to content

Commit

Permalink
Bumb up to version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vitsalis committed Dec 22, 2018
1 parent 97f6bfa commit 9160eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9160eca

Please sign in to comment.