summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTerence D. Honles <terence@honles.com>2016-04-04 17:21:15 -0700
committerTerence D. Honles <terence@honles.com>2016-04-04 17:21:15 -0700
commit0eafeb557e0e70926ed9450008ef17057d302391 (patch)
tree4084bde22ba0bd48554eba560fc785a52c14c406 /setup.py
parent9636e51877b5fac05d74cd1a45c29df2079c8470 (diff)
downloadfusepy-0eafeb557e0e70926ed9450008ef17057d302391.tar.gz
updating to v2.0.4v2.0.4
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f8a1667..23d1664 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ with open('README') as readme:
setup(
name = 'fusepy',
- version = '2.0.3',
+ version = '2.0.4',
description = 'Simple ctypes bindings for FUSE',
long_description = documentation,